Showing posts with label OSB. Show all posts
Showing posts with label OSB. Show all posts

Tuesday, March 3, 2015

Oracle SOA/BPEL- Unit Test Cases tutorial for SOA Composites

Unit testing is very critical part of development process. In SOA there is no straight forward process to perform unit test. You have to deploy the composite on SOA server and through EM console you can unit test it. Some time EM console takes time to open which is very frustrating.

So, we should SOAP UI tool for unit testing . We can do unit and load  testing from Soap UI for same composite. I came through very helpful blog for the same.

http://learn-oraclesoa.blogspot.co.uk/2013/07/unit-test-cases-tutorial-for-soa.html


Wednesday, May 9, 2012

Oracle SOA/OSB - OSB Kernel:398034]Two operations expect the same incoming message, you must use a selector different than message body


This error can be fixed, by selecting a different "Operation Selection Configuration". This can be done by selecting your proxy-service and select the "Operation" tab sheet in Eclipse Workshop. Here you determine how algorithm of the operations are handled. In our case select 'SOAPAction Header'.
http://orasoa.blogspot.com/2008/11/handle-multiple-operations-in-osb.html