nusoap
PHP Webservice using NUSoap Client not working
We need to communicate with the .NET webservice url and get the date from the method by passing respective arguments. When trying to use with the NUSOAP library in the reponse i got the error as resul[详细]
2023-04-12 18:32 分类:问答Using NuSoap works on local machine but not server
I\'ve developed some code which uses the NuSoap classes for PHP to call a soap web-service. I\'m using NuSoap rather than the PHP 5 native classes mainly because I don\'t want to add an extra prerequi[详细]
2023-04-11 23:48 分类:问答nusoap implementation for opencart
Hope that someone is familiar with OpenCart here. I have problem with my Nusoap implementation on OpenCart. This is my implementation[详细]
2023-04-10 05:09 分类:问答delphi standalone webservice returns http error when consumed through php
I\'m pretty new in WS programming. I created WS (that I picked the base from http://www.digicoast.com/delphi_soap_standalone.html) using delphi-7[详细]
2023-04-09 21:10 分类:问答nusoap server multi dimensional array not being returned
Hi I have a soap server written in nusoap that should return an array like: Array ( [Learner_Detail] => Array[详细]
2023-04-03 14:29 分类:问答NuSOAP - Function parameters don't map correctly
I\'m writing a web service using NuSOAP in PHP. To test it, I have written both a server and a client. On the server end, I register the function like so:[详细]
2023-03-31 18:25 分类:问答What is an XmlNode?
I am trying to submit data to a web service using PHP and nusoap.The web service operation I\'m calling is located here: http://service.leads360.com/ClientService.asmx?op=AddLeads[详细]
2023-03-29 16:26 分类:问答How can i set attributes with NuSoap in PHP?
I am working with nuSoap to build a soap server. But i cant get the attributes the way i want. I would like as return value:[详细]
2023-03-22 09:07 分类:问答NuSOAP - create server with the authentication
I\'ve created WebService using NuSoap library, but I can\'t find anywhere how to implement authentication.[详细]
2023-03-22 05:30 分类:问答php nusoap return array
I am new to web services. I want to write a generic function in php nusoap server side which can query (fetch data from multiple tables) and return a dynamic array depending upon the results returned[详细]
2023-03-20 02:49 分类:问答