Am using SoapClient (PHP) to retrieve data from a remote webservice. And I am able to communicate perfectly with this webservice. The request am sending is supposed to retrieve base64 encoded image data. It turned out that SoapClient automatically decode base64 response and the result looks like this: My ques…
Tag: soap-client
Wrong namespaces assigned by PHP SOAP Client
I have little to no experience in SOAP. And I am interacting with a third party wsdl web service. For this I use PHP’s native SoapClient. When I send the request I’m getting an error response that states the following: The relevant parts of the autogenerated XML are as follow: If I take the autoge…
Why the SOAP request is empty?
I develop the system to export some data from the client’s side using the SOAP. I have a link to their staging wsdl, and implemented some kind of the SOAP client, but unfortunately my SOAP request is empty and the response is the error one. Link to WSDL: https://rewardsservices.griris.net/mapi/OrderMana…
PHP 7.2 – SQL Server 2017 – Create Nested Array response
I have a Stored Procedure that retrieves data from a SQL Server DB. With query result I need to populate the parameters’ Array of a SOAPClient’s Method At present I’m manually creating the Array, but …
How do you make a SoapCall using the PHP Soap class client
I am attempting to make a SOAP call in PHP using the PHP Soap Client class. I managed to connect to the WDSL file however it isn’t accepting my parameters. Here are all the necessary information …