Thanks for your reply
Actually i was invoking a webservice and wait till the notification is
received from the webserivce.
If the return value is positive number then the receive works fine and the
process continues
But if the return is negative number then the receive is stuck and the
process is stuck at the same place
The sample code:
<receive name="notifycompletion"
partnerLink="csoLink"
variable="sampleVar"
portType="cso:Sample_Orchestration"
operation="notifycompletion">
<correlations>
<correlation set="sampleID" initiate="no"/>
</correlations>
</receive>
P.S : The notification comes directly from the webserivce to the BPEL and it
doesnt have any xslt..Please correct me if i am wrong
Thanks,
Matheswaran N
Alex Boisvert-3 wrote:
>
> On Tue, Dec 16, 2008 at 6:31 AM, Matheswaran Nachimuthu <
> [email protected]> wrote:
>
>>
>> If i send a negative number from the other webservice to the <receive/>
>> tag
>> of BPEL then the receive doesnt even works.
>>
>> Was this the expected behaviour? Is there any work-around for this?
>
>
> It probably has more to do with your process logic and assignments (xpath)
> than with the <receive>. What's the error you're getting?
>
> alex
>
>
--
View this message in context:
http://www.nabble.com/BPEL-%3Creceive-%3E-tag-tp21033981p21034880.html
Sent from the Apache Ode Dev mailing list archive at Nabble.com.