nusoap
Web Service with .net and nusoap
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[详细]
2023-02-10 23:03 分类:问答using nusoap returns fault code
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[详细]
2023-02-08 06:35 分类:问答How the nusoap return array?
I write server.php as below: require_once(\"lib/nusoap.php\"); require_once(\"connect.php\"); $server = new soap_server;[详细]
2023-02-06 01:29 分类:问答Uploading an image/various info via SOAP in Drupal
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.[详细]
2023-01-31 08:31 分类:问答Is it possible to add an attribute to an XML Root using nusoap's call() function?
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[详细]
2023-01-29 02:15 分类:问答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 found on the internet to work first but I keep getting the following error:[详细]
2023-01-28 16:43 分类:问答how to upload image using nusoap [closed]
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[详细]
2023-01-26 21:10 分类:问答Help with NuSOAP for a Web Service
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[详细]
2023-01-26 04:23 分类:问答Error handling web service
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[详细]
2023-01-25 14:17 分类:问答Querying on Leads Status in SugarCRM Using NuSOAP
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.[详细]
2023-01-22 21:28 分类:问答