المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Issues with adding a web reference using WSDL.exe



C# Programming
07-13-2009, 03:30 AM
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