Top "Jax-ws" questions

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

Are JAX-WS clients thread safe?

Because the initialization of the WS client side port is so costly we would like to reuse the same instance. …

web-services jax-ws java-metro-framework webservices-client
Use native Java SE 6 JAX-WS implementation instead of JBoss WS stack

JBoss 6.0 Final is shipped with JBoss WS (Apache CXF stack by default), I know that I can replace the default …

java jax-ws jboss6.x classloader jbossws
javax.xml.ws.WebServiceException: Port {http://tempuri.org/}WSHttpBinding_IDWService not found

I'm trying to consume a webservice in java, using a client generated from the wsdl file with wsdl2java. I'm …

web-services jax-ws wsdl2java
Use CXF libraries in Wildfly deployment with Maven artifact provided

Im trying to deploy a project containing an JAX-WS Interface to a wildfly 8.2 server. The project is packed as a …

java web-services maven jax-ws wildfly
Any way to generate WSDL documentation from Javadoc with JAX-WS?

I'm hoping that an extension of some kind is available that does this (although I suppose that my hope is …

java documentation wsdl jax-ws wsgen
JAX-WS client: maintain session/cookies across multiple services

I'm using Netbeans to automatically create webservice clients based off WSDL files. This works well, except the webservices I'm using …

java cookies jax-ws session-cookies jax-ws-customization
Has anyone gotten jax-ws-catalog.xml to resolve schemaLocation locally on Metro?

I have added a jax-ws-catalog.xml to my .war file in order to resolve the schemaLocation locally instead of remotely …

java jax-ws java-metro-framework
Is there a guaranteed way to get operation name in a custom soap handler?

I have a custom SOAP message handler for incoming messages that will run different code based on which operation is …

java web-services soap jax-ws soaphandler
java.lang.NoClassDefFoundError error when running my project

I have been struggling to get this to work and I think i can use some help. I am working …

java maven jax-ws jax-rs jersey-client
Does Java 7 include a JAX-WS implementation or just the API?

I am told that Java 7 is supposed to include JAX-WS such that I don't need libraries like those in Apache …

java jax-ws cxf