soap-client
PHP SoapClient type mapping behaves differently
I\'ve a web-service function which is returning an array of items to a PHP-Client. Depending on the number of items, the PHP return type is differently. If the function returns one item the PHP type i[详细]
2023-03-14 05:55 分类:问答What does "Unexpected <import> in schema </import"> mean?
I have the following in a wsdl provdided by my service provider: <xsd:import namespace=\"http://web-service-provider.com/2004/10/10\" schemaLocation=\"ASchemas.xsd\"/>[详细]
2023-03-11 13:58 分类:问答PHP/SOAP Data being returned correctly, but PHP throwing an error as well
I am currently working with php and soap, and I have had to change the way i call the soap functions, which is fine, but I am getting a php error along with my Soap data, below is the snippet of code[详细]
2023-03-11 13:05 分类:问答Authenticate a IIS Hosted WCF Service from a PHP Soap Client?
I have a wcf service that is hosted in IIS 7.I have a php soap client that I want to use to access this service.It works fine with no security, but I want to be able to pass the username and password[详细]
2023-03-10 05:17 分类:问答ksoap2-android client throwing FileNotFoundException inside [KeepAlive]HttpsTransportSE.call()
I am attempting to create an Android (2.2) SOAP client to connect to a SQL Server 2005 XML Web Services endpoint (and of course this requires authentication).My SQL Server endpoint seems to be up and[详细]
2023-03-10 03:57 分类:问答SoapClient set custom HTTP Header
I am doing some work writing a PHP-based SOAP client application that uses the SOAP libraries native to PHP5.I need to send a an HTTP cookie and an additional HTTP header as part of the request.The co[详细]
2023-03-09 02:12 分类:问答PHP SoapClient creating error: "Namespace must not match the enclosing schema"
I\'m getting \"Namespace must not match the enclosing schema\" error when trying to create SoapClient object. Code is simple:[详细]
2023-03-08 18:25 分类:问答Why php's soapCall gives string conversion error?
// Set username and password $ih_soap_user= $this->config->item(\'interUser\'); $ih_soap_pass=$this->config->item(\'interPass\');[详细]
2023-03-07 08:04 分类:问答php soap client with a local wsdl call
I´m a newbie to soap in php, so I apologize if I´m not precise in my description. I have working soap clients consuming wsdl´s in a providers rem开发者_JS百科ote server (eg www.remoteaddress.com/w[详细]
2023-03-07 05:40 分类:问答PHP SoapClient with SuperPages API
So I\'m completely new to SOAP and the whole idea behind it, but I am forced to figure it out in order to work with the SuperPages API. For now, I am just trying to wrap my head around it, and how to[详细]
2023-03-03 18:08 分类:问答