Monday, July 25, 2022

Expose a Process application as web service over SOAP/HTTPs | Process Cloud Service

Usecase: Here, we will see the following -

  • Expose a messgae based process application as Web service(WSDL).
  • Test the webservice using SOAP UI.
  • Using this steps, not only we can expose a service as a web service, also we can retire, deactivate and shutdown the process application.

Steps with screenshots:

Oracle Integration navigation pane >> processes >> Process Application 



Search your process >> Activate


Actions>> Web Services


Copy the wsdl for testing.


Testing in SOAP:








My Tasks >> select the process >> perfom required action.





 


1 comment:

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...