Top "Jax-ws" questions

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

How to get the XML response body back from a JAX-WS client?

I've found a read a number of threads on here about how to retrieve the XML response from a JAX-WS …

java xml jax-ws soaphandler
Publish JAX-WS endpoint with embedded Jetty 7

Can anybody help with this? I want to use an embedded Jetty 7 as Endpoint. This is what I tried: public …

java jax-ws embedded-jetty
How to convert java.time.ZonedDateTime to XMLGregorianCalendar?

Is there any short way to convert java.time.ZonedDateTime to XMLGregorianCalendar? Maybe I need some intermediate steps like convert …

java datetime jax-ws java-8 java-time
Asynchronous web services calls with JAX-WS: Use wsimport support for asynchrony or roll my own?

There is an excellent article by Young Yang that explains how to use wsimport to create web service client artifacts …

web-services asynchronous jax-ws jax-ws-customization
Class cast exception when invoking a web service in Jboss 4.2.3 GA

We have created a web service in Netbeans 7.1 which is running fine on glassfish 3.1.1. Now I have to move my …

jboss jax-ws jdk1.6 jboss-4.2.x jbossws
WebServices security with SAML (SSO) - How to?

The Problem: I want to implement a set of Webservices, protected with SAML. I need to authenticate the users, and …

java web-services jax-ws single-sign-on saml
change the soap:address location in generated wsdl

I am using JAX-WS annotation to create soap services running on JBOss 5.1.0 G.A, the generates WSDL has got the …

web-services soap jax-ws jboss5.x
How to make JAXWS send content-length header on SOAP responses

Basically I made a Webservice using JAXWS. It uses SOAP and works. However on some request some clients crash/error, …

java soap http-headers jax-ws content-length
java wsimport rename/different ObjectFactory.java

I'm having problem with wsimport. In one of my wsdl which has to be wsimported I have a complexType with …

java jaxb jax-ws wsimport objectfactory