We have developed a custom DFS service which has a WebserviceClass and WebServiceInfo value object
and we succsfully deployed it and I am able to hit the service url (wsdl page) with out any problem.
Now for me to be able to generate .Net Client proxy. Here is what I did.
1) launched DfsProxyGen executable.
2) provided WSDL URL : http://localhost:8080/custom/mywebservice/WebServiceClass?wsdl
3) provided output name space (some name space): custom.mywebservice
when I click on create proxy all I get is one cs file. I was expecting some kind of dll that would wrap the WebServiceInfo object. In other words I was expecting some kind of artifact containing the class I am calling as well as a class for the output object?.
Please help me. I have refered to DFS development guide..but I was not able to figure out from the notes. Please help. Thanks.