Monitor SOAP body for webservices
-
I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.
-
I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.
Download WebServiceStudio from: http://www.gotdotnet.com/team/tools/web\_svc This is a free toll that i hope meet your needs. e-laj
-
I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.
U can run the webservice by view in browser. then if u click ur method name it will generate the xml. Atleast u can check what is the xml it will accept. Before that check in web.config if generating of wsdl documentation is disable or it's ok.
-
I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.