javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

preserving wsdl metadata in annotations #843

Open glassfishrobot opened 14 years ago

glassfishrobot commented 14 years ago

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 annotations are insufficient for the proxy to be fully functional in the runtime. When a proxy/generatedService instance is initialized in the runtime, it must read the WSDL before it can process the first request. Requiring the WSDL in the proxy initialization has become a problem on the implementation.

Following is a list of the metadata that should have been maintained in the annotation:

glassfishrobot commented 14 years ago

Reported by scchen@java.net

glassfishrobot commented 14 years ago

scchen@java.net said: RequestWrapper.partName and ResponseWrapper.partName have been added since 2.2 MR3. The partName of a fault message is still not preserved in annotation. Proposal: add WebFault.partName.

glassfishrobot commented 14 years ago

Was assigned to jax-ws-issues

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS-843