Top "Jax-ws" questions

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

How to add SOAP Headers to Spring Jax-WS Client?

How can I add SOAP Headers to Spring Jax-WS Client? Specifically, I have a Jaxb object I would like to …

java spring jax-ws soapheader
Getting raw XML response from Java web service client

I am trying to get the raw XML response from a web service, instead of the usual set of POJOs. …

java web-services jax-ws rad
Generate Java code from WSDL file

I am new to Java. I am trying to create SOAP Web service client to consume a vendors webservice which …

java jaxb jax-ws webservice-client jax-ws-customization
Sign JAX-WS SOAP request

I would like to write a JAX-WS web service that signs my SOAP messages using the http://www.w3.org/…

java soap jax-ws x509
wsimport client - customise multiple package names

I am using wsimport to generate client stubs for JAX-WS webservice calls wsimport has the -p option which allows to …

java web-services wsdl jax-ws wsimport
WSServlet ClassNotFoundException error on Tomcat 7.0.11 using Metro 2.1

I'm trying to create a simple webservice using Tomcat 7.0.11 on Windows Server 2008 R2 using Metro 2.1. I'm coming from a C#/…

java web-services jax-ws java-metro-framework tomcat7
Jax-WS - To Remove Empty Tags from Request XML

I'm trying to consume a web service exposed by a provider. The Provider has a strict checking at his end …

xml web-services jaxb jax-ws moxy
Where can i find the JAX-WS version shipped with Java 6?

I'm using Java 6 for learning more about web Services (JAX-WS). I also read that JAX-WS latest version is available with …

java web-services jax-ws jax-rpc
How to avoid "505: HTTP Version not supported" error?

I am trying to use the Bing SOAP API for a simple search request. But now that I finally figured …

java web-services jax-ws bing-api http-status-code-505
File metro-default.xml not found on Weblogic 12.1.3

We're currently running on WebLogic 12.1.2. And in this environment our application runs fine. What we want now is to homologate …

java web-services weblogic jax-ws