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
and my Web service quits with "OperationFormatter encountered an invalid Message body"
I am initializing the SOAPClient using the Symfony2 Bundle, so I haven't been able to play with the parameters too much (as I have yet to find a way to pass parameters to the constructor), so I'm sorry if I missed a simple point.
Is this a bug or am I just missing a feature?
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem with the BeSimpleSoapClient:
It does not add the ns1-Namespace to Envelope and Parameters.
When I do the request with php's \SoapClient, it looks like this:
when I do the same Request with BeSimpleSoapClient, I get this request:
and my Web service quits with "OperationFormatter encountered an invalid Message body"
I am initializing the SOAPClient using the Symfony2 Bundle, so I haven't been able to play with the parameters too much (as I have yet to find a way to pass parameters to the constructor), so I'm sorry if I missed a simple point.
Is this a bug or am I just missing a feature?
The text was updated successfully, but these errors were encountered: