Integrating OSB - B2B for a healthcare scenario

Posted by Ramesh Nittur on Oracle Blogs See other posts from Oracle Blogs or by Ramesh Nittur
Published on Thu, 27 May 2010 15:58:07 +0530 Indexed on 2010/05/27 10:52 UTC
Read the original article Hit count: 596

Filed under:

Usecase 1: Admin to send a HL7 Message to Pharmacy.


OSB to use B2B for translating the XML document to HL7 native document using the translation webservice exposed by B2B.


B2B configuration


Oracle B2B 11g PS2 release has exposed a webservices to translate XML document to Native document. This service needs an outbound agreement configured with "HL7 Message Facility ID" as the Identifier. Document Type and revision can be identified from the document itself.


B2B translation webservice can be used in two mode, one for only translation and another for translation and routing.


OSB-B2B Integration sample are developed based on the "b2b-005-hl7" sample in OTN.

We are not going to discuss about the b2b metadata configuration creation details, as it is dealt detail in OTN sample document.




OSB- B2B Integration-1.jpg

OSB Configuration


Steps to create OSB Configuration sample:

  1. Create a OSB Project with name OSB-B2B

  2. Create BusinessService with name B2BBusinessService to consume B2B TranslateService

URL http://<host:8001>/b2b/services/ TranslateService


© Oracle Blogs or respective owner