Top "Nusoap" questions

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

How to get rid of "Uncaught SoapFault exception: [Client] looks like we got no XML document in..." error

I'm trying to develop business logic for a dynamic site using nusoap on server side (because I need wsdls, and …

php soap wsdl web-services nusoap
SOAP: looks like we got no XML document

I'm trying to create a web service but before I do I'm trying to get a simple example that I …

php soap nusoap
SOAP authentication with PHP

I need to connect to a web service that requires authentication credentials in the form of a plain text user …

php authentication soap nusoap wso2
nusoap simple server

Hi i am using this code for nusoap server but when i call the server in web browser it shows …

php nusoap
How can I check whether the server is able to handle SOAP requests

How can I check whether the server is able to handle SOAP requests at run time ? I need to verify …

php soap nusoap soap-client
Which is better PHP SOAP or NuSOAP?

Which is better PHP SOAP or NuSOAP ? Please help me out ?

php soap nusoap
NuSOAP: how to change content-type of request?

When consuming a .NET WCF webservice I get the following response (error): Unsupported HTTP response status 415 Cannot process the message …

php web-services content-type nusoap
Sending Raw XML via PHP SoapClient request

I am trying to simply send RAW xml to a webservice via PHP and SoapClient. The problem is when I …

php soap nusoap
How the nusoap return array?

I write server.php as below: require_once("lib/nusoap.php"); require_once("connect.php"); $server = new soap_server; $server-&…

php arrays soap nusoap
NuSOAP and content type

Can't figure out how to make NuSOAP use UTF-8 for a content type. it keeps spitting out "ISO-8859-1". here's …

php nusoap