Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GlassFish » JAX-WS with jms transport in Glassfish
JAX-WS with jms transport in Glassfish [message #1838435] Wed, 24 February 2021 20:31 Go to next message
Istvan Nagy is currently offline Istvan NagyFriend
Messages: 1
Registered: February 2021
Junior Member
May someone with experience in this field show me any example or some kind of documentation, please.

Glassfish seems to ignore soapjms connection and runtime settings specified in the WSDL. It doesn't matter which level (tag) the property is set in. I have been looking for even Glassfish specific annotations for transport, like @JMSTransportService in weblogic, without any success. It would be nice to be conform to JAX-WS.

Thanks
Re: JAX-WS with jms transport in Glassfish [message #1850267 is a reply to message #1838435] Wed, 23 February 2022 11:21 Go to previous message
Ondro Mihalyi is currently offline Ondro MihalyiFriend
Messages: 2
Registered: February 2022
Junior Member
There is no standard way to send SOAP messages over JMS and no support for JMS transport in the JAX-WS specification. WebLogic provides its own extensions to support it. GlassFish doesn't provide full support for it but it provides some utility API to convert between SOAP and JMS messages that allows you to bridge JAX-WS and JMS. It's documented in the GlassFish Application Development guide, in the section called "Delivering SOAP Messages Using the JMS API".
Previous Topic:Glassfish 6.2.2 CDI deployment failure:null
Next Topic:BiDirectional CORBA
Goto Forum:
  


Current Time: Fri Apr 26 21:27:41 GMT 2024

Powered by FUDForum. Page generated in 0.02526 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top