NuSphere Forums Forum Index
NuSphere Forums


Sun Apr 27, 2008 4:11 am
Replies: 1
Views: 11805
I hope this one will help. It works for me.

Sun Apr 27, 2008 4:06 am
Replies: 1
Views: 5245
redirect here: http://forum.nusphere.com/viewtopic.php?t=4786

Sun Apr 27, 2008 4:03 am
Replies: 1
Views: 4267
You can use struct to organize your data as key-value pair, for instance
$server->wsdl->addComplexType(
'Walk',
'complexType',
'struct',
'all',
'',
array(
'WalkId ...

Sun Apr 27, 2008 3:54 am
Replies: 2
Views: 9983
I have the same problem. Here is my full code
index.php
<?php
require('lib/nusoap.php');
$server = new nusoap_server();
$server->configureWSDL('doclit', '', false, 'docu ...
Page 1 of 1
All times are GMT - 5 Hours