| Re: mapping between EBS and OTM - wrong message generated in ebusiness Assuming you've applied all necessary OTM related patches to your EBS instance and configured all EBS Profile Options correctly.
Not clear if you are submitting from the BPEL consol or from concurrent program in EBS directly (which calls BPELSoapInvoker from .class file) or both?
FYI, the concurrent processes in EBS call .class files which do invocation of the BPEL webservices - there is little to no control over their submission once you launch the process in EBS.
To note, we were using 10.1.2 Fusion and found several bugs - eventually had to upgrade to 10.1.3.3 where we are currently.
Try clearing the WSDL cache on the BPEL console before submitting and see if it works first time. Also, bounce the container and see if works first time after bounce?
One other note was that we found several challenges with the ticket authentication for the main BPEL process and ultimately commented it out completely (since both systems are secured behind firewall). Ours kept returning authentication: False. I noticed in your xml ticket authentication being sent is why I mention.
Hopefuly something above helps. |