Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I add a web refrence to my ASP.NET Application.I would like to get the SOAP Request and Response in XML Format.

VB
Dim mySoapIn As New WS.SoapIn

Dim mySoapOut As New WS.SoapOut


These are the Sample SOAP Request and Response.In mySoap we pass some values.I would like to get the passed parameters in XML Format.

Regards
Sreejith A
Posted
Updated 13-Jun-15 6:48am
v2
Comments
Abhipal Singh 13-Jun-15 13:13pm    
You can serialize your requests and responses to get the XMLs... Did you faced any challenge?
What have you tried?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900