Wed Oct 22, 2003 8:04 pm |
Replies: 2 |
Views: 10287 |
|
![](./templates/Morpheus/images/spacer.gif) |
Very simple solution, in param array:
'setParam'=>array('param'=>new soapval('param','date',$value))
![Embarassed](images/smiles/icon_redface.gif)
|
Tue Oct 21, 2003 7:47 pm |
Replies: 2 |
Views: 10287 |
|
![](./templates/Morpheus/images/spacer.gif) |
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: 10091 |
|
![](./templates/Morpheus/images/spacer.gif) |
Thank U very much.
![Rolling Eyes](images/smiles/icon_rolleyes.gif)
|
Wed Oct 08, 2003 3:49 pm |
Replies: 2 |
Views: 10091 |
|
![](./templates/Morpheus/images/spacer.gif) |
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: 10543 |
|
![](./templates/Morpheus/images/spacer.gif) |
Thanks for your help
It works fine now with this change
Bye2
|
Mon Sep 22, 2003 12:53 pm |
Replies: 2 |
Views: 10543 |
|
![](./templates/Morpheus/images/spacer.gif) |
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: 14287 |
|
![](./templates/Morpheus/images/spacer.gif) |
Thank you, but.... I'm yet a bit ...
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: 14287 |
|
![](./templates/Morpheus/images/spacer.gif) |
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: 14287 |
|
![](./templates/Morpheus/images/spacer.gif) |
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: 14287 |
|
![](./templates/Morpheus/images/spacer.gif) |
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 ...
|