Top "Jax-ws" questions

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

Maven Using JAX-WS 2.1 Instead of JAX-WS 2.2

I am using Netbeans 7 with Maven 2.2.1 and jaxws-maven-plugin 1.12. Code is deployed on Glassfish 3.1 - or will be when I get …

maven jax-ws netbeans7.0
Java SOAP "wsimport" - force wrapped binding from document/literal wrapped WSDL?

The Java 6 JAX-WS "wsimport" utility does a great job of generating a web service skeleton (interface) given a WSDL file …

java soap wsdl jax-ws wsimport
Generating JAX-WS client stubs for JAX-RPC web service?

Will I be able to connect to a JAX-RPC web service using a JAX-WS (wsimport) generated client stub? What are …

java web-services wsdl jax-ws jax-rpc
How to use @Resource WebServiceContext injection with Spring's @Transactional

I hava a Metro jax-ws webservice that looks more or less like this: @WebService @Transactional public class UserManagementServiceImpl { @Resource private …

java spring jax-ws java-metro-framework
"Exception javax.xml.ws.WebServiceException: Unsupported endpoint address" trying to call web service using JAX-WS 2.1

I'm trying to call the web service here: http://publicbetawebservices.hotel.de/V2_8/FreeHotelSearchWebService.svc?WSDL I've generated proxy classes …

java web-services jax-ws webservice-client
WsImport ant task and JDK 6

I am trying to use jax-ws to generate web service proxy classes, using the wsimport ant task, similarly to this …

java web-services ant jax-ws wsimport
Java: using endpoint to publish webservice to tomcat server

i am creating a simple SOAP web service. i am to ensure that it runs on a tomcat web service. …

java web-services jax-ws tomcat6 endpoint
Server-Side XML Validation with CXF Webservice

I'm working on an Apache CXF webservice (using JAX-WS, over SOAP). The service itself is pretty simple: receive a request, …

web-services jaxb jax-ws cxf xml-validation
jax-ws web service does not work in websphere 8.5

Been trying to get jax-ws web service working in websphere 8.5 but no success. I have tried Java bean & war …

java web-services jakarta-ee jax-ws websphere-8
Java (web service - SOAP) - How do I add a SOAP handler on the client side and enable MTOM correct?

Java - JDK 1.6.0.7 - WSGEN -version: JAX-WS RI 2.2.3-b01- I have the following problem: SOAPBinding binding = (SOAPBinding)((BindingProvider)port).…

java soap jax-ws attachment mtom