soap - Java - Web services over JMS -
i'm confused. have situation need accept incoming messages outside company , other technology stacks, fool them, , send response back. i've got both activemq , websphere mq (we're on websphere application server, , i'm trying decide if 1 on other), , understand how set message listeners. think. don't know format incoming message takes. web service , can treated one? or jms message? or hybrid of two? said, i'm totally confused. on great!
is soap/http, body of text message has soap message , then, webservice unmarshall payload , java beans.
you need 2 queue: request , reply, there no bidirectional comunication same queue
try develop jax-ws because , java standard, apis axis less compatible.
here example: http://www.ibm.com/developerworks/websphere/library/tutorials/0903_adams/index.html?ca=dat
Comments
Post a Comment