JAX-WS customization allows to setup WSDL to Java mapping (override endpoint interface and exception class name, method names, parameter names, package name) and to control certain features (wrapping style, asynchronous calls).
Questions tagged [jax-ws-customization]
66 questions
0
votes
1 answer
Calling a restful web service (non SOAP) with java
I'm trying to develop, using Java, a simple application that call a web-service restful which returns an xml and then I need to provide the result to a jsp page.
I was thinking to use CXF but what is not clear is the fact that the restful service…

user1341300
- 375
- 1
- 5
- 19
0
votes
0 answers
Which custom jaxb binding should I use?
I generate Java code using wsimport and a given, 3rd party WSDL (which I can't change).
The WSDL uses a Java keyword ('return') and thus wsimport will not generate the JAVA code.
To be able to show you an example I globally replaced the name…

N0lf
- 138
- 7
0
votes
1 answer
Clarification needed about generating jax-ws client stubs in order to consume a webservice
I have on the one hand a wsdl url/file and on the other hand a number of xsd schema files (are the latte called binding files?).
All of these describe a webservice that I would like to consume using jax-ws.
I understand I need to generate client…

balteo
- 23,602
- 63
- 219
- 412
0
votes
0 answers
Generate Web Service Client from from Multiple WSDL in Java?
I have to plan to generate WS-Client that have ability to detect running services then consume it from multiple remote machine based on specified IP address/port. is it possible ?
As far I know, we can generate WS-Client from single WSDL…

alderi
- 45
- 1
- 7
0
votes
0 answers
Asynchronous webservice in cxf
I need to send a response unsolicitedly from my server side to client side using cxf.I am very much comfortable in making synchronous JAX-WS calls from client to server(I used SOPAUI to invoke my server which is a webservice_..I am following JAX-WS…

sskumar86
- 161
- 1
- 2
- 13
0
votes
1 answer
How to change Jax-WS WSDL @IDREF binding
I'm sucessfully exposing a contract-first JAX-WS web service on a Tomcat servlet container with Jax-WS Spring support. I'm having troulbes with xs:idref types though. The original XSD file contains a complex type

Stefan Haberl
- 9,812
- 7
- 72
- 81