Closed ghost closed 6 years ago
Try to add a extra array, like: Not sure what the problem is here.
$response = $this->soapWrapper->call('SessionCreateRQ.SessionCreateRQ', [["SessionCreateRQ" => [
"POS" => [
"Source" => [
"PseudeCityCode" => 'EP5E'
]
]
]]]);
@mostafaahamidmanon did you figure out how to use saber using this package
Greetings, I have an issue while separating the header from the body using your package as follows:
Notice that I got the same error from both of them telling that "SOAP-ERROR: Encoding: object has no 'POS' property". Do you have a suggestion for me?