|
From: justinwatkins <jus...@us...> - 2003-05-12 21:20:05
|
CVS commit by justinwatkins: Updated the web services implementations. Modified the nuSoap impl to only use the proxy stub if the parameters were passed as multiple arguments to the method call. This allows for the use of a value object as well as a parameter list. This only works with the nuSoap package. Also changed how the nuSoap library is called, which works with most-all web services. There is a "bug" in the latest nuSoap distribution that REQUIRES the Content-Length http header to be returned by the remote service. Amazon does not set the Content-Length header, so without slashing the nuSoap.php file it won't work with the amazon service. I sent an email to the creator of nusoap with a patch for this issue, hopefully it will be pushed into the library soon. M +27 -34 sources/flashservices/app/Executive.php 1.9 |