Top "Jax-ws" questions

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

How to disable certificate validation in JAX-WS Client?

How do you disable certificate validation in JAX-WS client using javax.xml.ws.Service? I tried creating an all-trusting TrustManager …

java ssl https jax-ws
JAX WS client cannot authenticate

I'm trying to consume a secure (HTTPS schema) web-service with help of standard JAVA 7 JAX WS tools. This web-service requires …

java web-services authentication jax-ws webservice-client
JAX-WS vs. JAX-RPC

I wrote 2 webservices, one with Jax-WS and one with Jax-RPC. They just return a String. I stress-tested both with jMeter …

java jakarta-ee jax-ws jax-rpc websphere-7
Java 6 NTLM proxy authentication and HTTPS - has anyone got it to work?

I have a Java application (not an applet) that needs to access a web service. Proxies for the web service …

java proxy jax-ws ntlm squid
Best way to consume RPC/encoded webservice?

I need to consume old-school RPC/encoded WSDL webservice for my backend. At first I tried to use Apache CXF …

java jax-ws cxf jax-rpc
How to add SOAP headers to a SOAP request using JAX-WS?

We need to consume webservices developed by other team. Using JAX-WS for generating the webservices. We are using wsimport to …

soap jax-ws soapheader
sun-jaxws.xml - When is it needed and when not?

I'm giving JAX-WS a high overview and noticed some references to sun-jaxws.xml (along with com.sun.xml.ws.transport.…

java web-services jax-ws
JAX-WS Implementation included with Java?

I have a JAX-WS web service application which deploys as a WAR file for Tomcat 7. It uses a recent version …

java web-services tomcat jax-ws java-metro-framework
JAX-WS error on WSDL file: "Error resolving component 's:schema'"

The Error I am using wsimport in a Java project to generate sources for three SOAP web services. The first …

java jaxb wsdl jax-ws wsimport
The constructor Service(URL, QName, WebServiceFeature[]) is undefined

I got The constructor Service(URL, QName, WebServiceFeature[]) is undefined error after I run wsimport for my client web service. …

jax-ws wsimport