You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope I can get some help from someone who knows about this issue.
I encountered an error when sending request through Soap:
Notice: SoapClient::__doRequest(): send of 8192 bytes failed with errno=32 Broken pipe in filehere
with an exception error:
Failed Sending HTTP SOAP request
I printed the last response headers but no value. What could go wrong mostly with cases like this?
This is when I made the Soap request through the application. If I tried the request using postman with the URL of the webservice and the XML data, the request was successful.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
I hope I can get some help from someone who knows about this issue.
I encountered an error when sending request through Soap:
Notice: SoapClient::__doRequest(): send of 8192 bytes failed with errno=32 Broken pipe in filehere
with an exception error:
Failed Sending HTTP SOAP request
I printed the last response headers but no value. What could go wrong mostly with cases like this?
This is when I made the Soap request through the application. If I tried the request using postman with the URL of the webservice and the XML data, the request was successful.
Thanks for your help.
The text was updated successfully, but these errors were encountered: