Creating a proxy using a WSDL file located on the same machine MANUALLY without the web reference wizard in VS 2005
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello guys, I needed to create a proxy by adding a web reference into my C# class library project, but there's been some issues configuring the thrid party product and the webservice they expose....so I have manually downloaded the WSDL file (its not asmx, its actually java/ibm web service). Anyways, since i can't use the add web reference wizard from Visual studio anymore, I'd like to know how to I create a porxy (Reference.cs) file in my project using the WSDL file located on my C drive. Can anyone point me to the right direction, I treid looking into Wsdl.exe but looks like it only support a URL and not a local path, if it does can someone point me to the right command syntax? I'd appreciate your help. Thanks Tina