wsdl
-
I want o generate my reference.cs from a wsdl in my .net application I have used Wsdl to create the .cs file, but I have no idea of how to import it in my visual studio application How do I create my .map file and call the methods? Can someone provide the information. Is there any step by step guide? I have search the web but I have find nothing Thanks
-
I want o generate my reference.cs from a wsdl in my .net application I have used Wsdl to create the .cs file, but I have no idea of how to import it in my visual studio application How do I create my .map file and call the methods? Can someone provide the information. Is there any step by step guide? I have search the web but I have find nothing Thanks
wrote:
Can someone provide the information. Is there any step by step guide? I have search the web but I have find nothing
Look at How to make a simple WebService and consume it.[^]
Knock out 't' from can't, You can if you think you can :cool:
-
wrote:
Can someone provide the information. Is there any step by step guide? I have search the web but I have find nothing
Look at How to make a simple WebService and consume it.[^]
Knock out 't' from can't, You can if you think you can :cool:
-
I have only the wsdl file not the web service. My application is a windows service and I need to create the proxy class in order to call the webservice. I don't have the site for the webservice. Please help
gerom77 wrote:
I have only the wsdl file not the web service. My application is a windows service and I need to create the proxy class in order to call the webservice. I don't have the site for the webservice.
You don't need to have a site for webservice for generating proxy classes. You can add web reference of WSDL file from local disk too like c:\consumer.wsdl as an URL while adding a web reference.
Knock out 't' from can't, You can if you think you can :cool: