Wed Sep 26, 2007 12:57 pm |
Replies: 2 |
Views: 10451 |
|
 |
Thanks sempsteen!
You gave me an idea about where was my problem.
Below the solution:
function echoString($inputString) {
// some code to the data base connection
$r ...
|
Tue Sep 25, 2007 5:11 pm |
Replies: 2 |
Views: 10451 |
|
 |
Please help me on this!
I am doing a web service server but when I returned a complex type such as an array, the system showed this: Error: Server: unable to serialize.
This is the server:
...
|
Wed Sep 19, 2007 4:26 pm |
Replies: 2 |
Views: 11120 |
|
 |
I used @ to avoid the warnings messages
$response = @$soap_client->send($soapmsg, $soapaction);
|
Tue Jul 03, 2007 10:15 am |
Replies: 2 |
Views: 11120 |
|
 |
Hi
I'm trying to send a request to .Net Webservice.
After some research I finally used the function serializeEnvelope and the response was successful
But the browser showed this warning: Noti ...
|
Mon Jul 02, 2007 11:26 am |
Replies: 0 |
Views: 5490 |
|
 |
Hi, when i send a request for a webservice the response returns the following error:
[!xsi:noNamespaceSchemaLocation] => http://mywebserver/tsnnp01.xsd
How can I set this using nusoap?
Als ...
|