I built a webservice using WCF and decided to use message security(wshttpbinding) with custom authentication( my own database) and X.509 certificate. I want to know how does client call a webservice u
I\'m developing an open-source cross-platform application platform written in .NET/Mono, Now I\'m struggling to grasp the problem of people wanting to use the framework through non CLI languages e.g.
I\'m throwing a FaultCode of Receiver, but the client is getting back \"s:Server\" as a response faultcode. How can i get a response of \"s:Receiver\"?
I\'m trying to generate code from this WSDL using the following command: svcutil /noConfig /language:C# /out:ICatalog.cs http://schemas.opengis.net/csw/2.0.2/profiles/ebrim/1.0/wsdl/2.0/csw-ebrim-int
require \"savon\" client = Savon::Client.new \"http://www.brenda-enzymes.org/soap2/brenda.wsdl\" response = client.request (:get_km_value) do |soap|
I am currently trying to consume an API that is working fine in my browser - my code is as follows: function getHistory() {
I am sending a SOAP request to a web service and I want to check what response I have received. How to achieve this?
I am trying to implement a simple client for a webservice, the only problem I am facing with the webservice is, it has a generic endpoint: http://myserver3333.com:8080/ws/services and the way you look
I have a soap result with this form: <root> <a> <b> string </b> <c> int</c>
I have a script that is running on a shared hosting environment where I can\'t change the available amount of PHP memory. The script is consuming a web service via soap. I can\'t get all my data at on