Top "Webservice-client" questions

An application which calls on and consumes the response of a web service.

How to add header to SOAP request?

I try to invoke HTTPS SOAP web service through java code: URL url = new URL("https://somehost:8181/services/"SomeService?wsdl"); …

java web-services jax-ws webservice-client
Do you know of any free SOAP webservices (for tutorial purpose)

Only for tutorial purpose, I would like to try to use a free SOAP web services available. Which ones come …

soap webservice-client
SOAPFaultException "MustUnderstand headers (oasis-200401-wss-wssecurity-secext-1.0.xsd) are not understood"

I try to get information from web service that uses PasswordText WSS type. Firstly, I test it using soapUI and …

java webservice-client wss4j
Logging request/response with Apache CXF as XML

Is it possible to log the request/response as XML using CXF, ideally to a separate file so I can …

xml cxf webservice-client
How to consume Rest Web service in c#

I have written a webservice which on browser launch works fine. I pass a client id in this webservice and …

c# web-services rest webservice-client webservices-client
NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces

Trying to retrieve the SOAP body from a SOAP response, but getting this error: NAMESPACE_ERR: An attempt is made …

java xml webservice-client xalan saaj
Getting sun.security.validator.ValidatorException: PKIX path building failed Error

My application calls a web service in order to authenticate a specific user in that web service. That web service …

java rest ssl-certificate webservice-client
Webservice call returns error 500

I have started a small project in Java. I have to create a client which will send xml to a …

java webservice-client httpurlconnection
Using a C# Service Reference SOAP Client with different Endpoint URIs

I have a SOAP Webservice that is available on multiple servers, thus having multiple endpoints. I want to avoid adding …

c# soap webservice-client
How to resolve failure of JAX_WS web service invocation "MustUnderstand headers are not understood"?

I'm using SOAPUI tool to access JAX-WS web services deployed in Weblogic 10.3.2 Request: <soapenv:Envelope xmlns:soapenv="http://schemas.…

web-services jax-ws webservice-client