0
Answer

how to capture SOAP request while calling a web service

Ask a question
kamal  das

kamal das

10y
948
1
Hi,
 
I am using vs 2008 C# windows application.
I am calling web service from remote server. I had WSDL file from client and i converted it into DLL and added in my solution as Reference.
Now I am calling the web method using object of DLL passing requried parameters.
 
I am getting error "Unable to process SOAP Header child element 'wsse:Security' with 'mustUnderstand="1".
 
I want to see the SOAP request message what i am sending. I passed USERID and PASSWORD correctly.
 
 
Please reply if any body having idea.
Thanks.
KAMAL