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?