• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SOAP over JMS via CORE JAVA client

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

But i am unable to connect to TIBCO queue.

Please help me in how can i connect to tibco queue and send the SOAP message.


Many thanks in advance.

Regards
Anjan
 
Ranch Hand
Posts: 645
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest to post it in JMS forum, its looks to be a jms client problem, also post the error you are getting while connecting , the connector you are using and the code to connect.
 
reply
    Bookmark Topic Watch Topic
  • New Topic