Top "Jax-ws" questions

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

How tell which jdk contains which versions of JAX-WS

There's a fix in one of the more recent versions of JAXB (2.2.1). I'm trying to determine if that's included in …

jaxb jax-ws java
WSP0075: Policy assertion "TransportBinding" was evaluated as "UNKNOWN". Why?

I am a client to a SOAP service I do not control (implemented in .NET). The service provides a WSDL. …

wsdl cxf jax-ws soap-client wsdl2java
Getting java.lang.ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl despite the dependencies are defined

Despite that I have defined the related dependencies as I have added below, getting the java.lang.ClassNotFoundException: com.sun.…

java maven tomcat jax-ws webservice-client
Override JAX-WS version used by Weblogic 10 - Dynamic WSDL with inline schemas

Has anyone successfully updated the JAX-WS version used by Weblogic 10.3.3? I've been trying to do what's described in the accepted …

jax-ws weblogic-10.x java-metro-framework
Java JAX-WS web-service client: how log request & response xml?

I created an implementation of LoggingHandler that implements SOAPHandler<SOAPMessageContext> It should log whenever handleMessage triggers (and it …

java web-services jax-ws
How to make generated classes contain Javadoc from XML Schema documentation

I'm currently working with an XML Schema that has <xsd:annotation>/<xsd:documentation> on most types …

java jaxb jax-ws javadoc xjc
Concatenate string in spring xml configuration

I need to concatenate the string value of a spring bean, to an existing string, and then set it as …

java spring jax-ws cxf spring-ws
Instantiate JAX-WS service without downloading WSDL?

I have a web service that I have JAX-WS generated client bindings as below: // web service client generated by JAX-WS @…

java web-services wsdl jax-ws
How to create a HelloWorld JAX-WS example (client - service)?

I'm really new in Java Web Service. I can say that my knowledge level is only 10%. Can somebody please give …

web-services soap jax-ws webservice-client
javac cannot find symbol constructor Service

I am in the process of learning CXF with the help of this Apache CXF Web Service Development book but, …

java ant jax-ws cxf endorsed