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
Hello I am really enjoing using your laravel soap client.
But shortly I run into a problem with a soap response where the body is a node with a base64binary in it:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello I am really enjoing using your laravel soap client.
But shortly I run into a problem with a soap response where the body is a node with a base64binary in it:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><CreateAusweisDokumentResponse xmlns="http://innosolv.ch/webservices/"><CreateAusweisDokumentResult>JVBERi0xLjcNCiXi48/TDQoxIDAgb2JqDQo8PA0KL1R5cGUgL0NhdGFs.........</CreateAusweisDokumentResult></CreateAusweisDokumentResponse></s:Body></s:Envelope>
Is it possible to handle this response and get the correct body not an emtpy string?
The Code:
Beta Was this translation helpful? Give feedback.
All reactions