MSCA: Is Mobile Firewall involved while calling a PL/SQL package to send XML data to third party
Hello Oracle Geniuses,
We have a situation where while doing LPN Ship transaction when we press SHIP button, we are calling a PL/SQL package which generates some XML data and send it to third party website during runtime itself. The package then gets back a message from the website and shows that message to the user in Mobile Apps. We wanted to know whether the XML data is being sent directly through MWA server to the 3rd party website or is it posting the XML from Mobile apps and then going through Mobile firewall.
Basically we want to avoid the firewall process and post the XML directly through MWA server or Oracle tier. Any inputs or suggestions towards this will surely help us.