Project:SOAP Client
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:active» fixed

I guess the question has been resolved.

#3

Status:fixed» closed (fixed)

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