Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to call a Rest Webservice generated from Integrated SOA Gateway from POSTMAN

user12010807Dec 19 2022

Hi everyone,
I have actually generated a Rest Webservice for creating Party from Integrated SOA Gateway in oracle EBS 12.1.3.
I am just clue less of how to invoke this WADL in POSTMAN(tool used for testing API request and response). How to pass parameters how to pass headers which i know .
Before creating WADL I tested WSDL (SOAP Service) which i have previously worked on so i know how to invoke and even how to inegrate it in the database Procedure.
Because SOAP has XML Request which we send , we get an idea where the parameters should be passed.

But in Rest Web service, i am not sure how to pass follwing details and organization name for which i have to create party in ebs through this Rest Webservice.
Responsibility": "XX_HR_FOUNDATION",
"RespApplication": "PER",
"SecurityGroup": "STANDARD",
"NLSLanguage": "AMERICAN",
"Org_Id": ""

Thanks in advance for the answers.

Regards,
Shashi.

Comments
Post Details
Added on Dec 19 2022
1 comment
715 views