-
When a JAX-WS compliant tool generates the client-side proxy codes from a WSDL,
some of the WSDL to JAVA mapping metadata are preserved in the annotations. We
have found however the metadata in the an…
-
onfiguration: jax-ws-latest-wsit.zip build 91 ; tomcat5.5.17 / glassfish-tip
(build 43,may-01-2006)
Attachments:
1)Service wsdl (PingServices44.wsdl).
2)Snip of server log showing the exception stack…
-
SOAP 1.2 specification details the HTTP status code that must convey SOAP fault.
Currently JAX-WS is not compliant with this HTTP code to SOAP fault association.
500 is sent back, whatever the kind o…
-
If there is a problem with the catalog file for a webservice client, JAX-WS provides very unhelpful error messages, or none at all.
This applies both at build time (using wsimport), and at runtime (w…
-
Hi,
I am implementing the service for a wsdl published by another Software
Vendor. The software vendor's client uses Axis2 and I am using JAX-WS
RI for the server implementation (2.2.7 runtime).
The…
-
Configuration: jax-ws-latest-wsit.zip build 91 ; tomcat5.5.17 / glassfish-tip
(build 43,may-01-2006)
Attachments:
1)Service wsdl (PingServices44.wsdl).
2)Snip of server log showing the exception stac…
-
If JAX-WS webservice includes MBCS (Multi-Byte Character Set) of its contents,
such like package name,
webservice name, method name and so on., generated WSDL/XSD files of MBCS are
converted to Numeri…
-
In order for HTTP BC to use the WSIT features on the client side, a couple of
enhancements are needed to allow the BC to pass the client side configuration
files to WSIT:
1\. WSIT to provide a SPI wh…
-
JAX-WS supports "Java first" approach. Currently, the non-primitive parameters of a WebMethod are marked minOccurs="0" in a generated WSDL, even when I want them to be mandatory in the WSDL.
Proposal:…
-
Sun's JAX-WS implementation has supported schema validation (by SchemaValidation
annotation) for some time already. Support for enabling it in a provider
independent way would be very useful (for exam…