php - SOAP Action for ultimate recipient Error -
i trying send soap request , trying run simple funcition getting error:
header http://schemas.xmlsoap.org/ws/2004/08/addressing:action ultimate recipient required not present in message.
here request sending
$client = new soapclient(null,[ 'uri' => 'xxxxxxxxxxx', 'location' => 'xxxxxxxxxx' ]); dd($client->__soapcall('ping',[])); can me please.
Comments
Post a Comment