Using Oracle Rest APIs in VBCS
Summary
I can't use Fusion Rest APIs in VBCSContent
Hello everyone,
I'm newbie at VBCS. Today I have to use one Oracle Rest Api in my application for one of Oracle Customer. The Rest Api is Inventory Transaction. I have to make some inventory transaction at my application.
Rest Api Link is here: https://docs.oracle.com/en/cloud/saas/supply-chain-management/18c/fasrp/op-inventorytransactions-post.html
I defined my service by watching Shay's video. https://www.youtube.com/watch?v=KiH0ZTan2D8&index=3&list=PLSKf-atSzZejmyC9f_t3JDOr5MpO1Sm6C
Problem is; I can make transaction by sending request from postman to this service, from Page Designer(at live mode) and also VBCS's simulator. But when I deploy my application to physical android device it can't make transaction. I try to get Status and Header from call Rest Service node's failure pin but they returns undefined everytime. I will share my Console's Network tab values as a zip file.