Prev | Current Page 275 | Next

Binildas A Christudas

"Service-Oriented Java Business Integration"

By building on top of the JMS,
SOAP over JMS supports two messaging styles??” one-way request style and twoway
request and response style. One-way request messaging allows a web service
client to unblock itself when the request message reaches a JMS queue or topic. Twoway
request and response messaging blocks a web service client until the request
reaches the server and a response message is received back at the client-side. A
sample WSDL snippet is shown is shown as follows:

type="impl:IHelloWeb">
transport="http://schemas.xmlsoap.org/
soap/jms"/>


name="HelloWebService">




But the downside is that SOAP over JMS is not yet standardized and hence may not be
interoperable across platforms.


Pages:
263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287