nusoap
Not getting response using SOAP and PHP
I\'m using PHP5 and NuSOAP - SOAP Toolkit for PHP. I created the server using the code below: <?php function getStockQuote($symbol) {[详细]
2022-12-31 12:16 分类:问答will webservice helps to Pass PHP Session one site to other site
Please any one tell me will webservice using nusoap helps to Pass 开发者_如何学PythonPHP Session one site to other site. I need to pass the user session to my other site using PHP/Ajax/SOAP callThis i[详细]
2022-12-29 23:48 分类:问答Webservice error
i am new to webservices, I have created a basic stockmarket webservice, I have successfully created the server script for it and placed it in my server, Now I also creted a clent script and accessed i[详细]
2022-12-29 02:06 分类:问答Why use NuSOAP rather than PHP SOAP? Any benefits?
As far as I have scourged the web, I can see an abundance of articles on how to setup NuSOAP and use it to setup a SOAP server and client in PHP开发者_C百科.[详细]
2022-12-28 16:18 分类:问答How to authentice users with SOAP?
Do we have to send username/password along with the SOAP message ?开发者_如何学编程 In that case, my database server will have to run a query every time to authenticate.[详细]
2022-12-28 03:01 分类:问答Help with NuSoap - Creation of web service
I have been helplessly trying to create a web service in PHP using NuSoap for the past 2 days. However, after endlessly sifting through various tutorials and guides, i am still stuck with 10 lines of[详细]
2022-12-28 00:52 分类:问答PHP nuSoap issue when connecting to a .NET server: "Object reference not set to an instance of an object."
I am currently working on a SOAP project using PHP.The script is connecting to a remote .NET service server.I get a nice response using the HelloWorld action the provide, but when the script goes to g[详细]
2022-12-27 14:11 分类:问答C# incorrectly parsing array type from SOAP
I have a SOAP service that returns an array of a complex type. The definition in NuSOAP in PHP looks like this:[详细]
2022-12-27 01:48 分类:问答Can nusoap returns arrray of string?
I would like to return an array of string in my web services I\'ve tryed : <?php require_once(\'nusoap/nusoap.php\');[详细]
2022-12-26 16:39 分类:问答Can nusoap return array of string?
I would开发者_JAVA技巧 like to return an array of string in my web services I\'ve tryed : <?php[详细]
2022-12-26 10:07 分类:问答
加载中,请稍侯......