Top "Jax-ws" questions

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

JAX-WS - Adding SOAP Headers

I am trying to create a standalone client to consume some web services. I must add my username and password …

java web-services soap jax-ws ws-security
Java Webservice Client (Best way)

I have a third party WSDL, I need to write code in Java for a web service client to invoke …

java jax-ws axis2 wsdl2java webservice-client
What is the difference between JAX-RS and JAX-WS?

After reading a few articles about JAX-RS and JAX-WS, I had a few questions that I want to confirm? Can …

web-services rest soap jax-ws jax-rs
JAX-WS and BASIC authentication, when user names and passwords are in a database

I'm new to JAX-WS and there's a thing which I don't understand. There's a ton of tutorials available on how …

java jax-ws tomcat6 basic-authentication
Difference between JAX-WS, Axis2 and CXF

What is the difference between: JAX-WS Axis2 CXF All three can be used to create webservices in Java. As of …

java jax-ws cxf axis2
RESTful webservice : how to set headers in java to accept XMLHttpRequest allowed by Access-Control-Allow-Origin

I have a RESTful webservice which will return string and it was written in Java (JAX-WS). My problem is when …

java rest jax-ws jax-rs cors
JAXWS — how to change the endpoint address

How can I dynamically change the address which my JAXWS client is using? This client was generated by wsimport.

java jax-ws webservice-client
How to manually deploy a web service on Tomcat 6?

I'm learning how to develop SOAP web services with Java. So far now I've been following this excellent tutorial http://…

java web-services tomcat deployment jax-ws
How to Set Timeout for JAX-WS WebService Call

I'm working on a WebService Client and I want to set a Timeout for my WebService Call. I have tried …

java web-services jakarta-ee jboss jax-ws
Add SOAP header object using pure JAX-WS

I'm trying to implement simple web service client for PayPal Express Checkout API using JAX WS. PayPal Express Checkout API …

web-services soap jax-ws paypal webservice-client