NuSphere Forums Forum Index
NuSphere Forums


Wed Oct 22, 2003 8:04 pm
Replies: 2
Views: 9612
Very simple solution, in param array:

'setParam'=>array('param'=>new soapval('param','date',$value))

Embarassed

Tue Oct 21, 2003 7:47 pm
Replies: 2
Views: 9612
Hi to everibody :

I need to send a data to my SOAP server in "date type", but date type is not supported... and send this data as string type.

Please, can anybody show me how to add "date type" ...

Thu Oct 09, 2003 7:03 am
Replies: 2
Views: 9482
Thank U very much.

Rolling Eyes

Wed Oct 08, 2003 3:49 pm
Replies: 2
Views: 9482
Hi!

I obtained the fsockopen() timeout error after 30 seconds if my program not conect to my soap server...

How can I control this error to avoid standar php messages?

Thanks

Tue Sep 23, 2003 3:30 am
Replies: 2
Views: 9519
Thanks for your help Very Happy
It works fine now with this change

Bye2

Mon Sep 22, 2003 12:53 pm
Replies: 2
Views: 9519
I think this is a very simple question....

I need to send a boolean parameter in the format 'true' or 'false'... (it's the format accepted in my SOAP server)
When I did it, in the xml request appe ...

Mon Sep 22, 2003 12:47 pm
Replies: 6
Views: 13707
Thank you, but.... I'm yet a bit Confused ...
Could you give me a concret sample please? i.e., I want to see the content of the tag destAddr... how can I do this?

Thanks a lot of for you quickly help.. ...

Mon Sep 22, 2003 6:07 am
Replies: 6
Views: 13707
Sorry, with var_dump I obtained this:

object(soap_parser)(33) { ["title"]=> string(6) "NuSOAP" ["version"]=> string(3) "0.6" ["error_str"]=> bool(false) ["charencoding"]=> bool(true) [" ...

Mon Sep 22, 2003 3:21 am
Replies: 6
Views: 13707
Hi,

When I use $parser = new soap_parser($xml_data);

$parser returns : "Object"

I obtained $xml_data using:

$xml_data = '<xmp>'.$soapclient->response.'</xmp>';
or
$xml_dat ...

Sun Sep 21, 2003 1:05 pm
Replies: 6
Views: 13707
Hi!
I'm trying nuSOAP in a PHP code, and certainly my PHP code send an XML to a SOAP server and of course receive an XML response...
Anyway, I need to parse the XML response, and I'm trying to make ...
Page 1 of 1
All times are GMT - 5 Hours