Top "Jax-ws" questions

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

How can I make a WebMethod parameter required

We use the "start from Java" approach to creating JAX-WS 2.0 web services using the Metro 1.5 stack. When we point a …

java web-services jaxb jax-ws java-metro-framework
How can I use an HTTP proxy for a JAX-WS request without setting a system-wide property?

I have an application that needs to make a SOAP client request to a system on the Internet, so it …

java http soap proxy jax-ws
Publishing a WS with Jax-WS Endpoint

I built a minimal web service and published it using javax.xml.ws.Endpoint. If I try to get the …

java web-services jax-ws endpoint
Controlling JAX-WS wsdlLocation attribute value's (absolute path) with jaxws-maven-plugin

I have a JAX-WS-driven web service whose WSDL we generate a web service client from in another Maven module (which …

java web-services maven wsdl jax-ws
JAX-WS = When Apache CXF is installed it "steals" default JDK JAX-WS implementation, how to solve?

I have a strange problem. Using wsimport I generated als JAX-WS Code from a WSDL (in a dedicated eclipse java …

java web-services jax-ws cxf
JAX-WS server-side SOAPHandler that returns fault gets "Internal Error" on WebSphere v8

I have a server-side JAX-WS SOAPHandler (on WebSphere v8) that in certain cases needs to respond to the client with …

soap websphere jax-ws websphere-8
Use CXF JaxWsServerFactoryBean exception Cannot find any registered HttpDestinationFactory from the Bus

When use Apache CXF JaxWsServerFactoryBean in console mode (try to start the server by java command line) Will get exception …

jax-ws cxf
How to log SOAP messages on client side?

Good day. I'm learning how to write a connector to external SOAP RCP styled service. I'm using jaxws-maven-plugin plugin to …

java jax-ws soap-client spring-ws java-ws
JAX-WS Password Type PasswordText

I've got a simple command line Java JAX-WS app to test a SOAP request, but the server is expecting the …

java soap jax-ws wsse
Java 11 package javax.xml.soap does not exist

I'm trying to create a simple message using SOAP: MessageFactory mf = MessageFactory.newInstance(); SOAPMessage message = mf.createMessage(); When I build …

java jakarta-ee jax-ws java-11