ivik Posted January 18, 2010 Share Posted January 18, 2010 Hi all I would like to see my SOAP call in xml format. When I make a soap call I get a SoapFault error. In order to debug that I need to see how the xml string looks like when I make the call. The best would be to see the entire data sent to the server, with the XML header etc... I know u can call on __getLastRequest() but that will only show the actual data sent not the entire xml "file", I don't need to see only the variables but also the "placeholders"... Any suggestions? Link to comment https://forums.phpfreaks.com/topic/188915-soap-call-in-xml/ Share on other sites More sharing options...
phonydream Posted January 19, 2010 Share Posted January 19, 2010 The FireBug plugin for the Firefox browser might be able help you out as I think you can analyze the data passed between client/server. Let me know if this works out for you, as I'd be interested to know myself. Link to comment https://forums.phpfreaks.com/topic/188915-soap-call-in-xml/#findComment-997911 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.