Top "Jax-ws" questions

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

Exceptions calling Webservice client from JBoss

I am running into an issue with a web service created using the latest jaxws-ri. I have created a client …

jboss jax-ws jdk1.6 atg
User authentication in SOAP Webservices

I made a question about JAX-WS, Authentication and Authorization - How to?; there was a discussion about security levels, and …

java soap jax-ws ws-security
Java web service without a web application server

We have a message processing server, which start a few threads processing the message interact with the database etc..... now …

web-services tomcat jakarta-ee jax-ws java-metro-framework
How to create folder for generated sources in Maven?

I have to generate sources using wsimport and i assume that it should go to /target/generated-sources/wsimport rather than /…

maven-2 jax-ws wsimport
JAX-WS, Authentication and Authorization - How to?

What is the best way to do authentication and authorization in web services? I am developing a set of web …

java web-services authentication jax-ws access-control
clientgen generated PortType_Stub cannot be cast to javax.xml.ws.BindingProvider

While trying to access a webservice through a client, I am not able to get the requestContext. I am trying …

java web-services client jax-ws jax-rpc
How do I tell wsimport to use a proxy exception url

I need to connect to an internal intranet web service. My company uses a proxy server to access the internet …

java web-services wsdl jax-ws wsimport
How to make JAX-WS webservice respond with JSESSIONID (session id)

I am a newbie in web services. I have a JAX-WS service which I need to implement session mechanism for. …

java soap weblogic jax-ws jsessionid
Building large MTOM/XOP messages with JAX-WS

I have a question about using MTOM/XOP with JAX-WS. I'm writing a web service which sends large amounts of …

java soap jax-ws mtom xop
Amazon Product Advertising API through Java/SOAP

I have been playing with Amazon's Product Advertising API, and I cannot get a request to go through and give …

java soap jax-ws amazon amazon-product-api