In BPEL, the WS Addressing by default (the outbound sync call through ws binding) is enabled.There are service provider implementations that don't understand these, and
hence fail.Successful communication can be done on that scenario by disabling the WS Addressing.
This issue is a known bug 9111078 and it can be resolve either by applying this patch or you need to add a property to your bpel process.
Select the external reference and create a property oracle.soa.ws.outbound.omitWSA and set it to true as explained in blog.
Just to explain the steps in a clear way.
OPen up your jdeveloper.Choose the external reference and go to property inspector
NOw click on create a property and provide the following details
Add the property oracle.soa.ws.outbound.omitWSA and set its value to true as shown below
Now save your project and deploy it again to your server and now you will get no issues if the external reference doesn't know of ws addressing
No comments:
Post a Comment