Login  Register

Re: Dev - how to pass parameters between services in SECAs

Posted by David E. Jones on Mar 10, 2006; 7:52pm
URL: http://ofbiz.116.s1.nabble.com/Dev-how-to-pass-parameters-between-services-in-SECAs-tp167141p167142.html


Right now the only way to do this is design your services such that  
the names for the OUT attributes/parameters match the names for the  
IN attributes in later services in the sequence. For these things the  
Service Engine create a "per-call" context that contains all original  
incoming attributes, and all OUT attributes from services already  
run, and creates the context for each service call in the ECA actions  
from this larger map using the definition of incoming attributes.

-David


On Mar 10, 2006, at 9:01 AM, Alexandre Gomes wrote:

> Hi all,
>
> I'm trying to couple some services in a chain of SECAs but I can't  
> understand how to pass parameters between services.
> Can anyone help me on this problem?
>
> Thanks,
>
> Alexandre Gomes
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev