This content has been marked as final.
Show 2 replies
-
1. Re: B2B-50081: Duplicated exchange protocol message error
Anuj Dwivedi--Oracle Jul 30, 2012 4:52 AM (in response to 795262)Hi Chandu,
How are you passing message to B2B? If you are passing message to B2B from SOA composite then in the particular component (Mediator/BPEL) you need to make sure to assign unique value to message id header. If you are passing message to B2B using file system (B2B has been configured with file listening channel) then make sure to rename the file every time to assign the unique value in message id part of file name.
Regards,
Anuj -
2. Re: B2B-50081: Duplicated exchange protocol message error
user9285225 Aug 1, 2012 6:11 AM (in response to 795262)Hello,
To generate unique id always use the following BPEL XPATH Extension function
ora:generateGUID()