Call a nusoap function

mdroste - June 17, 2009 - 10:08
Project:SOAP Client
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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();

#1

ilo - July 12, 2009 - 19:12

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

ilo - September 17, 2009 - 18:51
Status:active» fixed

I guess the question has been resolved.

#3

System Message - October 1, 2009 - 19:00
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.