Usin VS205 and VB.
I am calling a web service upon the button click event of my asp.net page.
I would like to see what the REQUEST SOAP message looks like upon calling my WS but am not certain of the easiest/best method for doing so.
I've discovered the following MSDN referenece which I believe is what I want but am having issues integrating it.
The above link contains a VB code sample that I've attempted to paste into my .vb page containing the button click event.
However, I am somewhat new to .net and still learning how these classes interact and am not sure how to adapt the code sample to my simple web service call.
Here is the code I have calling my ws that I would like to modify to view the SOAP request XML that is created:
Dim ws As New myservice
ws.webmethod("xx", "xx", "xx", "xx", "xx", "xx")
Basically, I am wondering if I am on the right track and if so, is there an easy way to integrate the sample code I've referenced?
Thanks very much in advance for any help, etc.
I am calling a web service upon the button click event of my asp.net page.
I would like to see what the REQUEST SOAP message looks like upon calling my WS but am not certain of the easiest/best method for doing so.
I've discovered the following MSDN referenece which I believe is what I want but am having issues integrating it.
The above link contains a VB code sample that I've attempted to paste into my .vb page containing the button click event.
However, I am somewhat new to .net and still learning how these classes interact and am not sure how to adapt the code sample to my simple web service call.
Here is the code I have calling my ws that I would like to modify to view the SOAP request XML that is created:
Dim ws As New myservice
ws.webmethod("xx", "xx", "xx", "xx", "xx", "xx")
Basically, I am wondering if I am on the right track and if so, is there an easy way to integrate the sample code I've referenced?
Thanks very much in advance for any help, etc.