NuSphere Forums Forum Index
NuSphere Forums


Thu May 01, 2008 12:21 am
Replies: 5
Views: 5004
Hi,

Right now we are doing POC (Proof Of Concept) and this is client's requirement. They want exactly same output.

Regards,

Naimish R. Dave

Wed Apr 23, 2008 6:38 am
Replies: 5
Views: 16859
Hi,

Oops, I think I am not too late in helping you.

Just have a look to this url http://forum.nusphere.com/viewtopic.php?t=3091.

Regards,

Dave

Wed Apr 23, 2008 6:34 am
Replies: 5
Views: 5756
Hi,

I am not sure if you are asking for this, just have a look.


$server->wsdl->addComplexType
(
'Property',,
'complexType',
'array',
'sequenc ...

Wed Apr 23, 2008 1:54 am
Replies: 2
Views: 9972
Hi,

mention document and literal in "register" line.

$server->register
(
"YOURMETHOD",
array('Server' => 'INTYPE'),
array ...

Wed Apr 23, 2008 1:46 am
Replies: 1
Views: 4752
I don;t think that this is supported in current version but I would like to see it in upcoming version(s). This would help a lot.

Regards,

Dave

Mon Apr 21, 2008 5:30 am
Replies: 5
Views: 5004
Hi,

Thanks for your help..

I tried your solution but it gives output something like this, which is not according what I want. I want exactly same output that I mentioned in my post.


- <x ...

Mon Apr 21, 2008 3:02 am
Replies: 0
Views: 3860
Hi,

I have a created a webserivce using nuSOAP. Expected result from this webservice is an Array, which should be something like this

Expected Response

Array
(
[Total] => ...

Mon Apr 21, 2008 2:51 am
Replies: 1
Views: 4264
Hi,

Is there any easy definition for "struct" and "array"? In following code block what should I use (ideally).


$server->wsdl->addComplexType
(
'Mai ...

Mon Apr 21, 2008 2:31 am
Replies: 5
Views: 5004
Hi,

I am creating nuSOAP webservice and I want something like this in my wsdl.



<xs:complexType name="mainType">
<xs:sequence>
<xs:elem ...

Sun Apr 20, 2008 5:49 am
Replies: 7
Views: 6447
Hi,

You can try following, It has worked for me.


class myclass
{
function myfunction()
{
// do something
return true;
}
}
$se ...
Page 1 of 1
All times are GMT - 5 Hours