aspose file tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes Soap node and roles Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "Soap node and roles" Watch "Soap node and roles" New topic
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!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Soap node and roles
 
Similar Threads
How to obtain more than one Response from a Web Service
web service not available
change result xml element name
need help tracing soap messages
Web services and OO Inheritence