Wed Jul 19, 2006 10:44 am |
Replies: 3 |
Views: 9512 |
|
 |
Ah, sorry, maybe I wasn't clear enough.
Basically I wondered if it was possible to make asynchronous calls to the SOAP server via nusoap, so that the page does not have to reload.
At the moment, ...
|
Wed Jul 19, 2006 9:45 am |
Replies: 3 |
Views: 9512 |
|
 |
Can anyone point me in the right direction to go in to be able to "Ajaxify" a NuSoap call?
Thanks in advance.
BTW, i need to be able to use the serializeenvelope function too.
|
Mon Jul 03, 2006 7:20 pm |
Replies: 1 |
Views: 10936 |
|
 |
Hi
i have this php code:
$departure = $_POST['departureloc'];
$mysoapmsg = $client->serializeEnvelope('<function xmlns="http://function.com/">
<i ...
|
Thu Jun 29, 2006 11:59 am |
Replies: 2 |
Views: 10330 |
|
 |
I realise that the php script should parse the result, however, it parses fine and adds them to an array, whcih displays fine if i use the CALL function, however, it sends back error responses (so the ...
|
Wed Jun 28, 2006 7:42 pm |
Replies: 2 |
Views: 10330 |
|
 |
Hi
I have succesfully managed to write a SOAP client with PHP/Nusoap, and the serializeEnvelope function, however I am now having major problems with it.
I can't seem to parse any of the results ...
|