im Consuming a Soap webservice and im calling a method , i want to get the actual xml response is there is any way to get that ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Warning: This suggestion works, but since WSE 3.0 is not supported anymore, you might wanna look WCF.
By using WSE 3.0 you can manage xml’s that are being sent through web service client and server. To do this you need to change your web.config file, add these lines to the beginning of the file under “configuration” tag
Then after “/system.web” add these lines:
By doing these you will have InputTrace.webinfo and OutputTrace.webinfo files which containt input and ouput SOAP messages in xml.