Tamer_Ahmed Posted September 16, 2004 Posted September 16, 2004 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 Quote
Administrators PlausiblyDamp Posted September 16, 2004 Administrators Posted September 16, 2004 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 /l:vb should generate a vb proxy class - if you omit the /l:vb then it will generate a C# version. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
son Posted March 11, 2005 Posted March 11, 2005 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.