Page 1 of 1

Need Help with consuming a web service (SOAP) using vb.net

Posted: Sat Dec 19, 2015 7:32 pm
by Offer
Hello.

I hope this is the right forum to post in. If not - please forgive me since I'm new to Oxygen system and don't know how to get the most potential from it.

I've got a local WSDL file to consume a web service, and (after long try and re-try) was able to see it work in Oxygen SOAP action.

Now I can send a correct request to the service (using Oxygen XML editor) and to get a correct response and to see it in 'grid mode' in the editor to find my requested data.

What I want to do is to take the definition from XML editor and make a VB.net code that will be able to send the same request and get the same response.

Can any nice proffesional guy here help me with this, please?

Many thanks!

Re: Need Help with consuming a web service (SOAP) using vb.net

Posted: Tue Dec 22, 2015 6:59 pm
by adrian
Hello,

Oxygen does not produce such a tool for generating VB.net code from WSDL.
However, Microsoft seems to provide such a tool within the .NET framework:
Web Services Description Language Tool (Wsdl.exe)

Regards,
Adrian