Mon Jan 21, 2008 1:14 am |
Replies: 1 |
Views: 7279 |
|
 |
not sure if this will work but you can give it a shot,
replace
$client = new soapclient('http://www.gcaatest.nl/soap/HelloWorld.wsdl');
with
$client = new nusoap_client( ...
|
Mon Jan 21, 2008 12:58 am |
Replies: 4 |
Views: 4287 |
|
 |
hi,
is the client caching the wsdl somewhere
on the machine.
|
Mon Jan 21, 2008 12:44 am |
Replies: 1 |
Views: 5583 |
|
 |
Hi ,I am newbie at this also.
i recently had a similar error while trying to generate a C# proxy class
to connect to a .Net web service.
What does the WSDL file look like.
Can you post it?
|
Tue Dec 25, 2007 4:54 pm |
Replies: 1 |
Views: 5117 |
|
 |
Finally got the client to work.
Before , I was trying to serialize the envelope and use nusoap at the same time.
First I included the libs for Nusoap, then
I let nusoap read and then cache the wsd ...
|
Thu Dec 20, 2007 7:41 am |
Replies: 1 |
Views: 5117 |
|
 |
I am trying to write a client in php to talk to a webservice by sending 4 strings as a complex type and then supposed
to return an array with 2 elements for each brand in the array (code, name).Usin ...
|