| Author |
Composite webservice
|
Megan Stew
Greenhorn
Joined: Jun 17, 2004
Posts: 4
|
|
Hi, I am new to java webservice. Can any1 let me know what a composite webservice contains, how it can be implemented in jax-rpc and what books should I follow to achieve this? Thanks, Megan.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
I believe whoever is using the term "composite webservice" is referring to a web service that implements the service it is providing by relying on two or more backend services (which might also happen to be implemented as web services).
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Raymond luo
Greenhorn
Joined: Sep 28, 2004
Posts: 8
|
|
|
you also need to consider feature interaction problem during the web service composition.
|
 |
 |
|
|
subject: Composite webservice
|
|
|