I'm trying to consume a SAP WebService using Zend_Soap_Client and getting the error
SRT: Unsupported xstream found: ("HTTP Code 200 : OK")
Does this mean the call of the WebService method works, but I (respectively Zend/PHP) can't handle the response?
Do you have any ideas how to fix this problem?
Looks like the error is on the SAP side (SRT = soap runtime). According to SAP's documentation this problem is usually caused by an incorrectly configured HTTP destination.
Check the webservice using the soamanager
transaction and see if the endpoint is configured correctly.