Sorry for the type in my previous message, from JMS-Notification i meant
JMS-Topic framework.
"sbutt" wrote : Hi there,
| I'm planning to implement a data-mining/analysis application
(using WS-Eventing framework), which would get some data from a number of third
Hi there,
I'm planning to implement a data-mining/analysis application (using
WS-Eventing framework), which would get some data from a number of third party
providers and analyse it.
I'm assuming my analysis application would be an Event Consumer (sink)
WS-Client, which would subscr
Thanks for your reply but i solved that problem using Jboss ESB's internal HTTP
router class: org.jboss.soa.esb.actions.routing.http.HttpRouter
One can send soap messages with it as well, and set connection/socket Timeouts
(http properties) etc as well.
Thanks.
View the original post :
http:/
Hi Folks,
I have implemented a basic soap client (javax.xml.soap.*).
|
| public Message processSOAPRequest(Message message) {
| try {
| MessageFactory msgFactory = MessageFactory.newInstance();
| SOAPMessage soap = msgFactory.createMessage();
| SOAP