I'm creating a Custom Script (Groovy) and I need to call a BSFN inside that script. I was able to do that thanks to another post from here, the problem is that the way it's done now requires me to create a new LoginEnvironment instance, passing the serverURL, the username and user password as...
Hello all,
Can the Orchestration get parameters from the URL instead of JSON or the header.
For example, I want to pass the parameters like this:
https://JDEWEBAPP/jderest/orchestrator/ORC_1102050001DFS?userId="JOHNDOE"&password="1234321"
And then use the parameters to authenticate.
Does...
I'm relatively new to JDE and using jde demo instance (with JDeveloper and weblogic server) for my learning purposes to see how business services works. My question is how to pass jde user credentials from an external non jde application to a published business service to authenticate users. If...