File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes soap over jms query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "soap over jms query" Watch "soap over jms query" New topic
Author

soap over jms query

vik ar
Ranch Hand

Joined: Jul 31, 2009
Posts: 104
Hi. I am looking into soap over jms. My query is does the client have to be a java implementation?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Depends on the messaging software you're using. JMS implies Java, but if it supports other client libraries, then you're in business.


Android appsImageJ pluginsJava web charts
vik ar
Ranch Hand

Joined: Jul 31, 2009
Posts: 104
I am having troubling implementing soap over jms on Jboss AS7.

My wsdl is as follows

server side spring config:
HelloWorldImpl.java

When I fire off a soap message at the queue I get the following stack trace with the warning happening repeatedly until I kill JBOSS



 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: soap over jms query
 
Similar Threads
SOAP JMS
Web serivces are great!
Is it possible to have my replyqueue configured on different JMS server from request queue?
SOAP with other protocols other than HTTP
JMS and Firewalls