Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the XML of the Soap Envelope
Message
From
14/10/2004 06:05:00
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web Services
Title:
Getting the XML of the Soap Envelope
Miscellaneous
Thread ID:
00951315
Message ID:
00951315
Views:
51
Hi

I have this issue that I will try to describe here in connection to porting some code from ASP to VB.NET.

In ASP, there is some code that generates a soap envelope and uses MSXML2.ServerXMLHTTP to open a conn and send the envelope to a web service. In reply, the code gets the .ResponseXML and does a transformation with a XSL stylesheet.

In VB.NET I simply added a web reference to the web service and called a desired method that way. However, the web service method returns an object type defined in that service, and now I am wondering how I can get the XML from the service in order to pass the XML as to the XSL.Transform method f the stylesheet object.

Hope this makes sense. Thanks.
Danijel
Next
Reply
Map
View

Click here to load this message in the networking platform