Hi All, there is a send to jms service in the service palette which I can use but there is little or no documentation on how to use it. Can anyone share any information on how to use this?
James,
Did you ever find additional information on this service? If so where did you find it?
Thanks...
AFAIK, SendToJMS is a webservice invocation with specific WSDL.
All necessary comments are in
sonicfs:///System/SonicESB/7.5/templates/SendToJMS/SendXMLToJMS.wsdl
basically, the trick is to set correct binding
SendToJMS is a "Process Template" not a new service. That is, it is an example of step that is implemeneted as a Web Service Invocation. In this case, the Web Service uses
As such you can send an XML message to a Sonic Process, a Sonic Service (both use the sonic address), or to a jndi address (for a Topic or Queue).
However, for documentation, it is just a Web Service invocation.