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

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Offer
Posts: 1
Joined: Sat Dec 19, 2015 7:00 pm

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

Post 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!
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

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

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply