vote up 0 vote down star

Is there a way to save the soap request SoapClient sends when calling __soapCall to a file instead of sending it to the actual server?

I'm trying to save the soap requests to a queue and then send them over a period of time (the requests will be very different).

I'm using Zend_Soap.

flag

78% accept rate

1 Answer

vote up 2 vote down

Take a look at Zend_Soap_Client_Local, especially the _doRequest() method and build your own class with your own logic.

If you want so see how they used Zend_Soap_Client_Local, take a look in tests/Zend/Soap/ClientTest.php, method testGetFunctions().

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.