Top "Jax-ws" questions

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

WCF Web Service, Java Web Client, MustUnderstand headers not understood?

I'm hosting a WCF Web Service with the following WSDL (a simple service using wsHttpBinding and SSL for transport security): &…

wcf jax-ws axis2 soapfault
Server-side schema validation with JAX-WS

I have JAX-WS container-less service (published via Endpoint.publish() right from main() method). I want my service to validate input …

validation xsd jax-ws jax-ws-customization
How to fix Invalid Content-Type:text/html in SOAP client using Java

I am trying to send a request to http://www.webservicex.com/globalweather.asmx I tried running this SOAP Webservice …

java soap jax-ws saaj
JAXB mixed versions? undefined 'required' attribute

Im generating some classes from WSDL files with wsimport maven plugin @ Mule Anypoint Studio 3.5 with JDK 1.7_55 I'm using jaxb 2.2.7 and …

java jaxb jax-ws mule java-7
How to write effective web services in java

Though this might appear as a duplicate of Java Web Services , I would like to know Where to start and …

java web-services jax-ws axis2 jax-rpc
Web service client cannot be created by JAXWS:wsimport utility

Whenever i try to create a Webservice from a wsdl url i get an Error window in Netbeans IDE. Where …

jaxb jax-ws netbeans-7 wsimport
My jax-ws webservice client returns only empty objects

I have a third party webservice for which I generate a client using wsimport. Each call to the webservice completes …

java jaxb jax-ws moxy
AXIS vs JAX-WS for Web Service Client

I am deciding on the implementation of Web Service Client in Java. I've generated Axis client in Eclipse and JAS-WS …

java soap wsdl jax-ws axis
change package of generated jaxb class

I have the following data type defined in a wsdl: <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="…

java jaxb jax-ws cxf wsdl2java
jax-ws/wsimport generates WebMethod with void return - same Request/ResponseWrapper

I'm working with a client's WSDL file that uses the same element definition for the input and output messages, but …

java soap jax-ws wsimport