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

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -