Tagged Questions

4
votes
2answers
4k views

Inspect XML created by PHP SoapClient call before/without sending the request

The question: Is there a way to view the XML that would be created with a PHP SoapClient function call BEFORE you actually send the request? background: I am new to WSDL communication, and I have a ...
1
vote
3answers
33 views

Can I use PHP's SoapClient to parse a SOAP response, without making the HTTP request?

I'm currently dealing with an archaic payment processor that makes connecting to their service as hard as possible (including a custom client SSL cert, with a password, plus basic HTTP Auth after ...
1
vote
1answer
66 views

How to stop PHP SoapClient converting s1:char arguments to 0 or 1 in request

PHP's Soap client appears to be handling arguments with type s1:char incorrectly when building the request. The Soap API requires either 'Y' or 'N' but in the request XML I get '0'. (Passing Bool true ...
1
vote
1answer
843 views

SOAP error encoding external reference in PHP

I am trying to use a function from SOAP, which will fetch details about a specific news item. The problem is that I don't get the expected results, just a a strange error. I am using the built-in SOAP ...
0
votes
0answers
184 views

PHP SOAPClient, parameters and text

I am attempting to return some SOAP data and am having a bit of a problem. I am using PHP's SoapClient to make the call. When I execute my SOAP call, I returns somewhat valid data; the data I get ...
0
votes
2answers
651 views

How can I pass in an array as a value into a PHP soapclient request?

How can I pass in an array as a value into a PHP soapclient request? I have a soapclient instantiated and connected already. I then try to make a call to a webservice method that expects 3 parameters ...
-2
votes
1answer
63 views

How to Parse a return of a Std Class object from a SoapClient command into a XML

The response of a SoapClient command returned it: stdClass Object ( [ExecutarXMLResult] => stdClass Object ( [any] => <i9proerp xmlns=""><listatomador id_pessoa="5251" ...