I'm a newbie to this, so go easy with the vegetable-throwing. ;)
I'm working on a project for a customer that involves my accessing their
intranet web service and passing it a request to get information.
I used the sample code generated from the task pane after registering the
service to create the request and get it going. I am able to successfully
connect to the service and set up the port using the WSHandler foundation
class (as used in the sample code).
Then, I make a call to the service's method passing an XML string that
represents the info request. According to the customer, each element value
is coming over as null and he was curious if I could get access to the full
Soap message that is being sent.
Any ideas that could be of assistance??
Jon