How can I call a nusoap function like getCookies() ?
This doesn't work:

$client = soapclient_init_client('http://www.exampl.com/ws/example/examplService.asmx?wsdl', true, $options);
$cookie = $client->getCookies();

Comments

ilo’s picture

You can't. They are not exported in the new soapclient object.

The module is intended to abstract the underlying soap library, and it's difficult to include specific nuSOAP functions that don't exist in phpSOAP extension.

Perhaps it would be interesting to list a set of functions and try to implement them in the DrupalSoapClient class to include also the "get function list" feature existing in nuSOAP.

ilo’s picture

Status: Active » Fixed

I guess the question has been resolved.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.