Hi Matthieu, Thank you. I modified as your advice. it runs well
> On Thu, Sep 25, 2008 at 7:43 AM, NGUYEN Cong Kinh < > [EMAIL PROTECTED]> wrote: > >> Hi Matthieu, >> >> I am sorry because the mail system can not send the BPEL file. In fact, >> BPEL file is as following: >> > > In BPEL the onMessage element can't be empty, it has to contain an > activity. > You could rewrite your pick this way to obtain the (probably) intended > behavior: > > <bpws:pick createInstance="no" name="Pick"> > <bpws:onMessage operation="say" partnerLink="client" > portType="tns:Asyn" variable="input"> > <bpws:correlations> > <bpws:correlation initiate="no" set="CS"/> > </bpws:correlations> > <bpws:empty/> > </bpws:onMessage> > </bpws:pick> > > I'll add an explicit compiler check for this. > > Thanks, > Matthieu > -- NGUYEN Cong Kinh
