i am new and i try to create a webservice using nusoap.
the service should provide a function that becomes a arraylist with parms and return another arraylist.
my problem is, i dont know how to code the register method for this function ??
my Code so far:
PHP Code:
require_once 'nusoap.php';
$soap = new soap_server(); $soap->configureWSDL('IDSTEST', 'http://www.test-server.de/'); $soap->wsdl->schemaTargetNamespace = 'http://soapinterop.org/xsd/';
$soap = new soapclient('http://...?wsdl', true); $proxy = $soap->getProxy();
$erglist= $proxy->strtest($funcarray);
can anybody give me some help, to get the service running?
perhaps anybody has examples of function with array as parms with the wsdl-files, so i can look at.
gruß jogi
Last edited by Nico; 08-13-08 at 08:06 AM.
Reason: Changed URL by request.