result of seca service

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

result of seca service

sqlien
Hi;

i have a service called createCustomerFdo and i defined a seca service as following:

<eca service="createCustomerFdo" event="invoke"> 
        <action service="loginFdo" mode="sync" result-to-context="true"/>
    </eca>

the loginFdo service get out a field userLogin of type of genericValue.
how to get this the value of this out field in the first service createCustomerFdo ?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: result of seca service

Jacques Le Roux
Administrator
Quick answer : use the same name for fields (must be INOUT adequatly)

Jacques

De : "sqlien" <[hidden email]>

>
> Hi;
>
> i have a service called createCustomerFdo and i defined a seca service as
> following:
>
> <eca service="createCustomerFdo" event="invoke">  
>         <action service="loginFdo" mode="sync" result-to-context="true"/>
>     </eca>
>
> the loginFdo service get out a field userLogin of type of genericValue.
> how to get this the value of this out field in the first service
> createCustomerFdo ?
>
> Thanks
> --
> View this message in context: http://www.nabble.com/result-of-seca-service-tf4752414.html#a13589312
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>