nusoap
to post only a specific thing from a text in php
Hey guy\'s I have a SOAP call that returns something like this: <?xml version=\"1.0\" encoding=\"utf-8\"?><item> <dailystats>[详细]
2023-02-22 01:32 分类:问答NUSOAP problem using free web hosting sites
I\'ve been trying to figure out what\'s wrong and what is the problem with this following PHP code, which is trying to make a SOAP call. I can\'t get it to work when I host the PHP on free web hosting[详细]
2023-02-21 23:52 分类:问答PHP Array - how to extract part of it
I want to get from one big array some values received by SOAP service. printr($result) Result: Array ( [GetProductResult] => Array[详细]
2023-02-21 07:23 分类:问答Where is SugarFullTest_Version2.php? (Sugar CRM and SOAP)
In regards to using SOAP to connect to Sugar CRM, the documentation for Sugar 6.1 Community Edition states:[详细]
2023-02-19 14:17 分类:问答formatting a Complex PHP Array returned by SOAP Call
I\'m currently working with a 开发者_JS百科webserivce using nusoap to build my method calls, my problem is the array which is returned and how to format this in a manner which is useable, other projec[详细]
2023-02-18 12:33 分类:问答NuSOAP and content type
Can\'t figure out how to make NuSOAP use UTF-8 for a content type. it keeps spitting out \"ISO-8859-1\". here\'s the relevant code bits that I\'ve tried:[详细]
2023-02-17 05:04 分类:问答how to incorporate types from a XSD to the WSDL in NuSOAP
I\'m trying to create a webservice for a PHP app (with CodeIgniter) using NuSOAP, and I\'m finding some difficulties since creating a WS from scratch is new to me. I have some XSDs that I should use t[详细]
2023-02-16 19:49 分类:问答Sending schema with nusoap in PHP to .NET webservice
Not sure what my question is here but I need some pointers. This is part of a guide for sending Insurance policy information to a webservice to get a quote in return. Where \'schema\' and \'xml\' nee[详细]
2023-02-14 20:19 分类:问答Deserializing a PHP json encoded (json_encode) string with ASP.NET webservices
I am really struggling deserializing a PHP json encoded string in ASP.NET. I am using nusoap and CakePHP 1.3 on the PHP side and mvc.net 4.0 on the web service side and everything was workin开发者_St[详细]
2023-02-12 23:24 分类:问答In nuSOAP, how to return simple data type having multiple occurance as response?
Suppose my response message can be like this <Response> <ResponseCode>false</ResponseCode>[详细]
2023-02-12 20:14 分类:问答