Using a typical JEE framework, how do I develop and
deploy a service that can be called as a web service
(with a WSDL interface), be invoked via JMS messages,
or called directly from ...
I need to develop a system which accepts orders and returns confirmation. Orders could come from java or non java clients.
Not sure whether to go for web service implementation or ...
I currently have a messaging application with several adapters/listeners. Each adapter has a receive method that receives a message, processes it and puts it in the next queue for the next ...
I am trying to learn different web services to understand what they are used for. But, I am confused as these terms overlap frequently. I would appreciate if someone can tell ...
Hi: If poosible kindly let me know how to resolve this problem. In Sun Java One Application Server, under Application Server > Java Message Service > Physical Destinations whenever I click on Physical Destinations I am receiving the following error " A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'jmsPhysicalDestinations'" The root cause is ...
Note that while JMS messages can be bridged to non-Java clients, you will get the best results if all parties involved are Java. JMS also provides for several different content types - Java object, text, byte[] etc. where a web service basically moves text. As Ulf said, JMS can move SOAP messages for a web service application. Bill
Hi, iam having a conceptual doubt.Webservices are used to expose some methods so that the business process is irrespective of the client.But the same result can be acheived by the combination of JMS,XML and MDB(Message Listener).Consider i have a bean which contains some business logic.Let the client be a .NET client.The client send the request in the form of XML to ...
Hi I am using ActiveMQ for messaging and Mule 2.0.2 as ESB. As a normal flow if I transfer a string it will access web service and place the string in messaging queue. Mule will read the string automatically and transfers the data further for processing. If I pass a DataHandler object (to transfer a file) using web service. It says ...
Hi, while using soap over JMS, my web service client wants to have reply queue on different JMS server (Basically , its not on the same JMS server where request queue is). I was going though the soap over JMS spec and could not find any parameter to send "connection related information for reply queue" to Web service Provider while sending ...