Top "Jax-ws" questions

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

How to retrieve JSON Response from a javax.ws.rs.core.Response response?

I am making a request to an API and getting a response status code of 200. Response of the api includes …

java web-services jax-ws jax-rs webclient
How can I access the ServletContext from within a JAX-WS web service?

I want to share an object between my servlets and my webservice (JAX-WS) by storing it as a servlet context …

java web-services jax-ws
setProperty must be overridden by all subclasses of SOAPMessage

I'm trying to deploy some web services in a WAR application on JBoss 5.1.0. I have created the source files from …

java web-services jboss jax-ws jboss5.x
Tracing XML request/responses with JAX-WS when error occurs

I want to log raw soap post requests if there are any errors , I am using JAX-WS. Any help will …

java jax-ws
Jersey returns HTTP Status 405 - Method Not Allowed

I have a very simple endpoint using Jersey. My URL is static, it doesn't require any request parameters. It looks …

java tomcat jersey jax-ws
@XMLRootElement versus @XmlType

What's the difference between annotating a class with @XMLRootElement and @XMLType. I've been annotating classes with @XMLType when the structure …

xml jaxb jax-ws
RMI vs. Web Services. What's best for Java2Java remoting?

I'm new to both Web Services and RMI and I wonder which is the better way to do remoting between …

web-services remoting jax-ws rmi
What might cause a inaccessiblewsdlexception?

I'm updating some web service clients into some old java applications to call an axis2 third party web service. I've …

jax-ws livecycle
tns appearing in Web Services schema

I'm using JAX-WS for running some sample Web services. After publishing the web services, when I typed the WSDL URL, …

xml web-services wsdl xsd jax-ws