Top "Jax-ws" questions

JAX-WS is the JSR 224 defining a Java API for XML-Based Web Services

Supplying a different version of JAXB for JAX-WS in Java 1.6

I have a third party jar that ships with a jaxb-impl.jar and includes it in its manifest classpath. The …

java web-services jaxb jax-ws
JAX-WS - Map Exceptions to faults

I am using JAX WS to expose a WebService. Some of the operations of this service can generate exceptions. Not …

java web-services jax-ws
java web service client, adding http headers

Having created a java web service client using wsimport on a wsdl, I need to set the Authorization header for …

java web-services soap jax-ws
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
Getting the IP Address Of A client For a webservice

I am using JAX-WS and I am having trouble retrieving the client information that is consuming a webservice. I've found …

java web-services jax-ws ip
Customising JAX-WS prefix of a SOAP response

Goal I'm implementing a web service for quite an old (but sadly unchangeable) interface. I have an issue where the …

java soap jaxb jax-ws
Which is the best maven's plugin to generate a Web Service Client?

I have to generate a WS Client and I can't decide which plugin to use. Until now my options are: …

java jax-ws axis
what is the exact way to use Endorsed directory in jdk1.6

I want to upgrade my jaxws to 2.2 (jdk1.6 comes bundled with jaxws 2.1). My jdk is (I did not install public …

java jax-ws endorsed
JAX-WS Consuming web service with WS-Security and WS-Addressing

I'm trying to develop a standalone Java web service client with JAX-WS (Metro) that uses WS-Security with Username Token Authentication (…

java web-services jax-ws ws-security java-metro-framework
Trace SOAP request/responses with JAX-WS on the client side

I'm using JAX-WS reference implementation (2.1.7) and I want to trace SOAP request/responses on the client side. Actually, what I …

java web-services jax-ws