tuzojazz Posted September 2, 2009 Report Share Posted September 2, 2009 Hi guys:I'm programming a web site in vb.net which calls a web service.How can I parse the result of the webservice to XML?Thanks! Link to comment Share on other sites More sharing options...
aspnetguy Posted September 3, 2009 Report Share Posted September 3, 2009 I'm going to need some more information.Did you write the Web Service or is it a public API?What format does the Web Service return?A lot of public APIs give you the choice between XML and JSON.If I know what format you are receiving from the Web Service and the Web Service can't give you XML there my be a library out there to do the conversion or you may just have to write your own. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now