Mon Oct 16, 2006 12:46 am |
Replies: 17 |
Views: 23687 |
|
 |
Are you using any print_r, var_dump statements in stead of return statements? If so remove those and check. If not can you place the code here?
Regards
Pushparaj.
|
Tue Oct 10, 2006 1:40 am |
Replies: 6 |
Views: 8149 |
|
 |
Hi,
Thanks for your reply. I got it.
Once i change the url to the wsdl content, it is not pointing to the tempuri_org.
Thanks again.
Thanks & regards
Pushparaj
|
Mon Oct 09, 2006 12:49 am |
Replies: 6 |
Views: 8149 |
|
 |
Hello,
Here is the code which calls the webservice.
<?php
require_once($cnfIncludesPath.'nusoap/lib/nusoap.php');
$client = new nusoapclient('http://localhost/webservice/publisher_server.ph ...
|
Sun Oct 08, 2006 12:52 am |
Replies: 6 |
Views: 8149 |
|
 |
Thanks for your reply.
So the dafault namespace is http://tempuri_org.
How to change this namespace ?
Is there any method to do that?
Regards
Pushparaj.
|
Fri Oct 06, 2006 11:04 am |
Replies: 6 |
Views: 8149 |
|
 |
Hello all,
In the following request, inside the <SOAP-ENV:Body>
<ns2143:addPublisherInfo ..>. Here addPublisherInfo is the method. what is ns2143? If it is namespace, how to change the ...
|
Tue Aug 22, 2006 2:51 am |
Replies: 17 |
Views: 23687 |
|
 |
Thanks . I got it

|
Mon Aug 21, 2006 10:21 am |
Replies: 17 |
Views: 23687 |
|
 |
Hello all,
While calling the below web service , the response status is ok. But I am getting the error message soap_parser: XML error parsing SOAP payload on line 1: Empty document
I have enclosed ...
|