Top "Nusoap" questions

NuSOAP is a set of PHP classes to enable the consumption and creation of SOAP web services.

NuSoap operation not present in WSDL

I must use a webservice made ​​with Oracle, I tested all the examples I found of NuSoap but none work, …

php web-services nusoap
How can I disable a compiled in extension in PHP

My home system has a version of PHP compiled with the SOAP extension. The live system has a version of …

php soap nusoap
NuSOAP + PHP , wsdl error: XML error parsing WSDL issue

I'm trying to use nuSOAP to send a array with some data that will be use it on DB, but …

php wsdl nusoap
How to handle timeouts with NuSOAP in PHP?

I am using NuSOAP to consume a webservice for a payment gateway, however, the documentation for this gateway requires that: …

php web-services timeout nusoap
How can I get Axis2 to handle an array?

I'm retrieving data from a PHP NuSoap implementation, and it's returning the data like this: <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="…

java xml soap nusoap