Wed Sep 19, 2007 11:07 am |
Replies: 0 |
Views: 4899 |
|
 |
Hi guys.
I have the following wsdl and i need to consume the sendSMS section.
here is my code but its not really working (im not getting a response
from the server but its showing me the logs) ...
|
Sun Aug 26, 2007 2:38 am |
Replies: 0 |
Views: 5006 |
|
 |
Dear all.
I have been give a wsdl file (URL) and in it are several services I can
call. So when I create my soap client I do as follows:
$wsdlfile="http://myserver/somefile.xml";
...
|
Thu Aug 23, 2007 5:09 am |
Replies: 0 |
Views: 5423 |
|
 |
Dear all.
I am trying to to find out the difference between send and call to consume a webservice.
I know that I can send serialized information with send but what would one use call for and not ...
|
Thu Aug 23, 2007 1:45 am |
Replies: 2 |
Views: 5139 |
|
 |
Could a possible problem be that the WSDL defined has more than 1 method in it:
this is the WSDL file below:
As you can see all the different calls are defined in 1 WSDL file.
IE:
-Subscri ...
|
Thu Aug 23, 2007 1:00 am |
Replies: 1 |
Views: 4927 |
|
 |
ANYONE??
I have really been searching high and low and cant find a solution as well as no one replying to my threads. Is it possible that it could be a server issue? I might be forced to look at ot ...
|
Wed Aug 22, 2007 10:05 am |
Replies: 1 |
Views: 4927 |
|
 |
Dear all
I have a scenario as follows:
My client:
$wsdlfile="http://xxxxxxxxxxx_WSDL.xml?wsdl";
$client=new soapclient($wsdlfile, true); //, true);
$client->soap_defencodin ...
|
Wed Aug 22, 2007 9:23 am |
Replies: 0 |
Views: 4786 |
|
 |
Hi all.
I have been having problems calling an webservice so I have used nuSphere's nusoap wizard to make the code to make the call to the server (im only building the client).
I notice that the ...
|
Wed Aug 22, 2007 4:27 am |
Replies: 2 |
Views: 5139 |
|
 |
I've changed the way I construct my array to:
$Request = array(
array(
'ISPID' => 'yy',
'ISPPassword' => 'xx',
'ISPUserID'=>' ...
|
Wed Aug 22, 2007 3:14 am |
Replies: 2 |
Views: 5139 |
|
 |
Dear Consider the following:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=" ...
|
Wed Aug 22, 2007 3:13 am |
Replies: 0 |
Views: 5104 |
|
 |
Dear All,
Consider the following:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:x ...
|
Mon Aug 20, 2007 9:35 am |
Replies: 2 |
Views: 6369 |
|
 |
Hi All.
I am using nusoap and its pretty decent. I however need to construct the correct arrays to be sent to the webservice and having some problems.
See below:
<?xml version="1.0" ...
|