Proxy Class

Tamer_Ahmed

Centurion
Joined
Dec 20, 2003
Messages
159
Location
Egypt
hi all
my application use a web service but my machine can't add refrence to this web services coz i don't have permission for it only the machine that will host the Application which will be able to add refrence to it so if i take the web service wsdl file can i generate proxy class for it without adding refrence to it and how to do it and if i did that if i put my machine in the host pc can i communicate with the web service or not
 
If you have access to the .wsdl file then you can generate a proxy class from the command line WSDL.EXE tool.
e.g.
WSDL <path to wsdl> /l:vb
should generate a vb proxy class - if you omit the /l:vb then it will generate a C# version.
 
hey can u please tell me step by step how this is done.. i have been stuck on this problem... for ages.....thanks in advance
 
Back
Top