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
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\"/>
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
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
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
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
I\'m getting \"Namespace must not match the enclosing schema\" error when trying to create SoapClient object. Code is simple:
// Set username and password $ih_soap_user= $this->config->item(\'interUser\'); $ih_soap_pass=$this->config->item(\'interPass\');
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
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