Closed (fixed)
Project:
SOAP Client
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2009 at 10:08 UTC
Updated:
1 Oct 2009 at 19:00 UTC
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
Comment #1
ilo commentedYou 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.
Comment #2
ilo commentedI guess the question has been resolved.