javaee / metro-jax-ws

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

Generating several Bindings in fromjava case #63

Open glassfishrobot opened 18 years ago

glassfishrobot commented 18 years ago

We need some common mechanism for publishing several Bindings in WSDL in "fromjava" case. It could be some additional annotation or extending of existed @BindingType annotation.

Environment

Operating System: All Platform: All

Affected Versions

[2.0.1 Early Access]

glassfishrobot commented 18 years ago

Reported by oleksiys@java.net

glassfishrobot commented 18 years ago

ramapulavarthi@java.net said: Did you try using the Deployment Descriptor?

You could specify different endpoints in the deployement descriptor passing different bindings ( different port name, optionally different service name, etc..) for the same endpoint implementation. The generated wsdl will have only one port in from Java case.

glassfishrobot commented 18 years ago

oleksiys@java.net said: Yes, actually problem is that wsdl will have only one port. And if in "fromjava" case i need to declare WS to work with different transports or different encodings...

glassfishrobot commented 18 years ago

vivekp@java.net said: We dont plan to implement this feature in JAXWS 2.1. In the future release we will evaluate implementing it.

glassfishrobot commented 18 years ago

Was assigned to jax-ws-issues

glassfishrobot commented 7 years ago

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