Hi Simone, Yes, you can use a partnerLink with a single role for asynchronous exchanges. The main impact, compared to a partnerLink with two roles, is that you can't use implicit correlation (e.g., WS-Addressing). You have to use explicit correlation (i.e., BPEL correlationSet)
alex On 2/28/08, Simone Maletta <[EMAIL PROTECTED]> wrote: > > Hi guys, > I've got a q uestion for you all. > I have to write async BPEL processes in an automatic way. > I ask to you if I may use a partner link type with only a role, created on > async portType, and use it in a async way. > Better may I execute without any error a code like this? > > <wsdl:portType name="port1"> > <wsdl:operation name="port1Op"> > <wsdl:input name="port1Mex" message="port1MexT"/> > </wsdl:operation> > <wsdl:portType> > > <plnk:partnerLinkType name="port1PLT"> > <plnk:role name="plPort1" portType="tns:port1"> > <plnk:partnerLinkType> > > May I invoke on it an async receive or invoke? > > I noticed that this is the syntax of the sync partnerLinkType and that > asynk must have two role using two different port. > May do this thing? >
