I am using nusoap to connect to .net service, but i get error \"Notice: Undefined variable: HEADER in C:\\xampplite\\htdocs\\newsoap\\searchwwcc.php on line 54
making a call to a web service method with nusoap returns an error array(3) { [\"faultcode\"]=> string(11) \"soap:Client\" [\"faultstring\"]=> string(516) \"System.Web.Services.Protocols.SoapEx
I write server.php as below: require_once(\"lib/nusoap.php\"); require_once(\"connect.php\"); $server = new soap_server;
I\'ve tried quite a few options and I just simply have no clue what I\'m doing.I do program in PHP, but this SOAP/wsdl stuff is all new to me.
I am creating a cl开发者_如何学Goass that will be utilizing the Fedex Web Services.I am attempting to communicate through the nusoap php class\'s nosoapclient() function, passing it a wsdl file.It see
I\'m trying to create a web service but before I do I\'m trying to get a simple example that I found on the internet to work first but I keep getting the following error:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m trying to do an example web service with NuSOAP in PHP, and I built this example class: <?php // Pull in the NuSOAP code
I\'m doing a bank web service, for a college project, which receives the account information and the amount so we do the withdrawal of the money from the account, and as a response we send a confirmat
I\'m trying to get back an entry list of leads by status. The query I\'m using is \"leads.status = \'New\'\" however when I try this in php, I get back leads of other statuses as well.