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 XSLT: Execute Only When At Least One Field Has Value and None Are Blank

๐Ÿ”ท OIC XSLT: Validate Fields Before Executing Logic ๐Ÿ”น Requirement Fields: field1, field2, field3, field4, field5 ✔ Execute only when: At le...