How do I see the actual XML generated by PHP SOAP Client Class?

后端 未结 7 1657
醉酒成梦
醉酒成梦 2020-12-05 01:42

Consider this example SOAP Client script:

$SOAP = new SoapClient($WDSL); // Create a SOAP Client from a WSDL

// Build an array of data to send in the reques         


        
7条回答
  •  不知归路
    2020-12-05 02:06

    if you are running the client locally, Fiddler is a great implementation agnostic way of looking at the messages on the wire.

    If you are running it remotely then you could use something like Apache TCPMON Standalone or through eclipse*

    *just linking to the first hit from Google

提交回复
热议问题