I\'m out to create a fairly simple web service for intranet use.The service will ultimately be the interface to a DB that will allow me to keep track of what the various internal tools within the comp
In my WSDL my reponse I have it setup to be like this: <message name=\'getPartsResponse\'> <part name=\'Result\' type=\'xsd:string\'/>
I am having problems with one of the soap service I\'m using. I am using soap4r for consuming the soap service. But somehow they are expecting something else than what I am sending. This is what I\'m
I have to call a webservice from withing a C# programm. The webservice has most probably not a standard format. The interface description (wsdl and xsd) are very complicated, and using a proxy generat
I am trying to create a standalone client to consume some web services. I must add my username and password to the SOAP Header.I tried adding the credentials as follows:
I have a problem using a distributed WSDL File (scheme / other definitions are declared outside the actual WSDL) with PHP\'s SoapClient.
All right, so previously I asked... SOAP Prototype AJAX SOAPAction Header Question (can\'t hyperlink it unfortunately, not enough rep for \"2\" links... see below)
I am trying to pass multiple instances of an element to a web servile that has the following wsdl <complexType name=\"OAMCommand\">
I have to consume to a third-party web service using SOAP. It was easy to get it to work with WCF, but now I have a problem with SOAP faults. The service sends me an incorrect SOAP fault:
I\'m trying to consume a SOAP web service WSDL in ASP.Net(C#) from https://secure.ultracart.com/axis/services/AffiliateServiceV1?wsdl