Top "Nusoap" questions

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

Returning An Array of Objects in PHP Web Service

I want to return an array of article objects in a PHP web service, using nuSOAP v 1.114. This is how …

php web-services wsdl nusoap
Making a SOAP request over HTTPS using PHP and NuSOAP

I've been stuck with this for days now and I can't seem to find the answer anywhere, even though I …

php web-services soap https nusoap
How do i view the "raw xml" output from nusoap?

I have a generic function that I use to pass SOAP commands. I need to view the RAW XML data …

php xml soap nusoap
Generating WSDL with NuSOAP - return struct with various types (int, string, array of structs)

I would like to query some stuffs via SOAP by generating WSDL with NuSOAP. I know there are lots of …

php soap wsdl nusoap
Register class methods with nusoap

I've a php class and i want to use it with Nusoap. Can I register the class method's that already …

php nusoap
soapclient returns failed to load external entity

I try to consume a simple webservice using PHP unfortunately I get the following error messages wich (as it seems …

php soap wsdl nusoap
Parsing a SOAP response with PHP in different ways

Possible Duplicate: How to parse SOAP response without SoapClient I have a simple nuSoap XML response: <?xml version="1.0" encoding="…

php soap nusoap
How to invoke a C# web service through PHP?

I've written a web service using ASP.NET (in C#) and I'm attempting to write an example PHP client using …

c# php web-services nusoap
PHP SoapClient Version Mismatch

There is nothing too much to write here other than this error message : SoapFault Object ( [message:protected] => Wrong Version […

php xml soap nusoap
How is the max size of a SOAP message determined?

I'm using NuSOAP on PHP 5.2.6 and I'm seeing that the max message size is only 1000 bytes (which makes it tough …

php soap wsdl nusoap