Tuesday, 7 January 2014

OSB can't acess soa mds aritifacts during runtime

You can't acess soa mds aritifacts from OSB during runtime.  The reason is as follows
Since OSB is a stateless service bus it shouldn't have any dependency on the other products like database unlike soa which has a dependency.
So OSB should have a local copy of file which you want to acess.
But you can acess the other metadata using a java callout which is simple. But whenever you change a xsd it needs to be changed in the osb project also.
When you want to acess you can use http request which is deployed as a soa composite.

No comments:

Post a Comment