Examples Patterns to implement the end to end REST OSB service
Hi,
I have 2 issues to develop the end to end REST OSB/SOA service in 12.2.1:
Issue .1.
For synchronous calls, the pattern that was implemented is the following: Proxy (REST) > Pipeline(REST)>BuinessService(REST), when I test it, that return pipeline.PipelineException: Transport error (error code=OSB-380002) .. What is the correct implementation , please ?
Issue .2.
For asynchronous calls, we want to go through the following pattern:
ProxyService REST > REST pipeline (REST Branch - for HTTP POST) > publish to JMS queue > Proxy (JMS)> Pipeline (---)> BusinessService (REST)
- > I don't find the correct implementation to send {JSON request+Headers metadatas} from the OSB to the JMS Queue that will be consumed by the SOA BPEL ..