| Author |
Soap node and roles
|
nitin pokhriyal
Ranch Hand
Joined: May 19, 2005
Posts: 263
|
|
what does soap nodes mean.. can we say like this
Web service A----> Web Service B---> Web service C(ultimate receiver)
So here "Web service A" calling another "web serivce B" which is calling "Web service c".
If this is not right then can somebody please explain with example?
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2194
|
|
Hi!
A SOAP node is a SOAP web service. Many SOAP nodes can be spread over many computers or can be deployed all at one and the same computer.
In your example it is appropriate to say that:
Web service A sends a request to web service C and the request passes the intermediary web service B. This means that the web service B does not process the request, but rather passes it on. Web service B may add or remove SOAP header blocks, but that is another story.
Best wishes!
|
 |
 |
|
|
subject: Soap node and roles
|
|
|