Snippets tagged “soap-client”
1 snippet uses this tag.
- How do I see the actual XML generated by PHP SOAP Client Class?PHP
To see the actual XML generated by the PHP SOAP Client class, you can use the __getLastRequest() method.
1 snippet uses this tag.
To see the actual XML generated by the PHP SOAP Client class, you can use the __getLastRequest() method.