Hi All, I am new to SOAP over JMS. I am developing the core java client which places the SOAP message onto tibco queue. I have been given WSDL and i have generated java client from it using RAD tool. Please note i am not using any server at my end. Without server i need to call jms web service which should place the soap message into tibco queue ..
I created the request object from the generated client from WSDL and call the web service.
Please help me in how can i connect to tibco queue and send the SOAP message.
Are you sending a SOAP XML request as a JMS message?
If so, the JMS receiver needs to pass this to a SOAP listener.
So, the JMS queue MDB needs to act as a SOAP client. How will it process the response?
WP
Anjan Rs
Greenhorn
Joined: Dec 05, 2012
Posts: 4
posted
0
Hi William,
Thanks for the information.
I have been given a WSDL and i have generated java client code from it via RAD tool.
Since the client got generated I am able to create the request object from it.
Now i need to put that request object into the tibco queue.
I am stuck in
How can i connect to tibco server and place that request object into queue
How can i build JMS endpoint URL to which i will point and place the message
Regards
Anjan RS
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
That sounds like a basic Tibco usage question. The messaging software doesn't care whether it is SOAP or something else that you're placing in the queue. Tibco being a commercial product, I would think that it has extensive documentation and sample code to do this kind of thing on its developer web site; not so?