• 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 node to role mapping

 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I see that a SOAP message can be routed through multiple nodes before it reaches the ultimate receiver. And I am guessing that WS-Addressing schema can be used to specify the rouitng information for a message. In order for this to work, I imagine that the following two things need to be in place:

1. A node must be able to know what role(s) it is playing in a given context
2. A node-to-role mapping must be in place somewhere (maybe a database?) where all the nodes can look up their roles

Question: How is this implemented in practice? Is there software outside the scope of the SOAP specification that allows for this type of configuration? I would appreciate if you can send me a link to an article that discusses this.

Thanks for your time!

Srini
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic