Hi,
We have a requirement in OSB 12c to create a service which can be exposed as both SOAP and REST. We followed the below steps.
1. Created a WSDL based on project requirements.
2. Started with pipeline based on WSDL.
3. Once the pipeline was created, exposed it as REST proxy.
This made the service as REST. In order to expose as SOAP, the only option I know to create a SOAP proxy with the WSDL that was used to create pipeline in Step 2 and drag it to point to the same pipeline.
This makes 2 Proxies in the project with one pipeline. As the pipeline is WSDL based, is there any other way to expose it as SOAP?