|
Posted by apaezp on 11/01/07 20:28
Hi:
I am trying to access a WebService using the PHP 5.2.2 Soap
Extension. Everything seems to work fine, but after connecting to the
service and sending a request I get a NULL response. I know for a
fact that the service does send some data in document/literal style,
because the response can be seen with soapUI. However, no matter what
options I try with my SoapClient call, I only get a NULL response.
I have no problems with RPC WebServices, could it be that the problem
is because it is a document/literal service? If so, does anyone have
an example of the correct syntax to use in those cases?
Thanks.
[Back to original message]
|