Top "Jax-ws" questions

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

How to use javac to replace deprecated wsgen or apt in JDK 7 or 6?

When I use wsgen or apt to generate web service artifacts in JDK 7 with command. wsgen -s src -cp CLASS_…

jax-ws java-7 apt java-6 wsgen
JAXWS - help required to set WSDL request timeout

Im using Metro 2.0 and J2SE5. The application I have written does not know about the external WebService at compile …

java soap jax-ws java-metro-framework
How to customize the schema inlined inside an imported WSDL

I have a.wsdl & b.wsdl where a.wsdl imports b.wsdl. Now I have to customize the schema …

xpath jaxb jax-ws wsimport
WSIT, Maven, and wsimport -- Can They Work Together?

I'm working on a small-ish multi-module project in Maven. We've separated the UI from the database layer using Web Services, …

web-services maven-2 jax-ws maven-plugin wsit
How do I specify the WS-Addressing version with a JAX-WS client?

I generated a SOAP 1.2 web service client with wsimport (JDK 1.7). I need it to explicitly use WS-Addressing 2004/08 and not 2005/08. The …

java soap jax-ws ws-addressing
purpose of using QName

I am very much confused about the concept behind the QName. lets take for example (I have taken these examples …

java web-services jax-ws qnames
help please: xjc throws "Two declarations cause a collision in the ObjectFactory class"

Take the following over simplified XSD: <?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="com.acme" xmlns:xs="…

web-services jaxb jax-ws wsimport xjc
Reliable way to get client IP address in CXF JAX-WS one-way method call

I'm using following code to get client IP address for a JAX-WS one-way method call: protected HttpServletRequest getServletRequest() { MessageContext ctx = …

web-services jakarta-ee soap jax-ws cxf
how to add security header in jax-ws request

I'm creating a jax-ws client with apache cxf. I'm struggling with spring cotext configuration. All I need is to add …

java spring cxf jax-ws cxf-client
WSDL import 'location' attribute -vs- XSD import 'schemaLocation' attribute

What is the relationship between: the import element in WSDL -and- the import element and in XML Schema ... and in …

xsd wsdl jax-ws wsimport