[MOBY-dev] call to a service in a service

Pierre-Yves Chibon py at pingoured.fr
Wed Aug 27 14:03:59 UTC 2008


Edward Kawas wrote:
> Hi Pierre,
> 
> Are you using MoSeS?

Hi Edward,

Yes we used it to generate the skeleton but we need in the "processit" 
method to call two of our web service with an ID that the grab from the 
first part of the service.
Let me rephrase that:

User -> send an ID
Service1 -> get the request
	 -> perform a sql query
	 -> call service 2 and service3 with the results of this query (a 
different ID)
	 -> assemble results from service2 and 3
	 -> return data to the user.

NB
The object return by service2 and service3 are part of the objet 
returned by service1, we designed them in that purpose.

Thanks for the quick reply
Best regards,

Pierre



More information about the MOBY-dev mailing list