kamal  das

kamal das

  • 1.5k
  • 113
  • 4.8k

how to capture SOAP request while calling a web service

Apr 10 2014 4:50 AM
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