Thu Mar 31, 2005 3:52 pm |
Replies: 8 |
Views: 12350 |
|
 |
adding the "wsdl" does the trick with amazon
still no luck on the first one tough
is there a way to do other tests ?
I'm kinda new to SOAP, so all help is welcome 
|
Tue Mar 29, 2005 8:28 am |
Replies: 8 |
Views: 12350 |
|
 |
I've noticed when testing other examples that when i use the getProxy method i always get an error.
The ones that i get using the Amazon example:
require_once 'nusoap.php';
$wsdl_url = 'http& ...
|
Tue Mar 29, 2005 8:10 am |
Replies: 8 |
Views: 12350 |
|
 |
No, i didn't
I saved the online version locally for testing.
The online version gave an error during the wizard procedure in PhpED due to the first line being a commented line <!-- generated by ...
|
Tue Mar 29, 2005 1:51 am |
Replies: 8 |
Views: 12350 |
|
 |
Can you list all the code related to nusoap calls ? How and what did you get in $soap variable in particular?
here it is
--------------------
require_once('nusoap.php');
// config.php has $use ...
|
Mon Mar 28, 2005 11:24 am |
Replies: 8 |
Views: 12350 |
|
 |
Hi all ,
I'm having problems with the getProxy function
Warning: Invalid argument supplied for foreach() in nusoap.php on line 5071
Fatal error: Call to undefined function: showaddress()
t ...
|