Hi,
I wrote my custom services in DFS , deployed the ear in JBoss (JMS) and tested using Java Productivity layer which works fine. Now i would like to proceed to .Net Productivity layer as my services to be used by a .net client. I created proxy using DfsProxyGen.exe and it generated a .cs file.
I created a project is Visual Studion 2008 and added references to OOTB DLL's provided.
I was able to test the ObjectService successfully. I added my proxy .cs file and wrote a test client .cs program to test my services . I used .net 3.0 framework, it shows below error for proxy class.
Error 1 The type or namespace name 'ServiceModel' does not exist in the namespace 'System' (are you missing an assembly reference?) C:\Documents and Settings\nm39649\My Documents\Visual Studio 2008\Projects\CSharpDFSClient\CSharpDFSClient\MISSearchService.cs 1007 62 CSharpDFSClient
I'm not sure where to add generated proxy file and do i need add any other references?
Could some one provide what are the steps involved to test custom services after generating the proxy and how to proceed?
I'm using DFS 6.5 SP3
Thanks