Hello Everyone,
I was able to use the SOAP WSDL — "xmlpserver/services/v2/ScheduleService?wsdl" to get the BIP Output of a seeded ESS job, but this requires a Username and password to be sent in the body of the payload. Could anyone guide me if there is a way to use JWT token to run this payload?
WSDL Services Testing -
I tried to update the Header, with authentication with JWT but that didn't work.
I also was able to find a oracle doc which says JWT is not possible on BIP WSDL - https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=22308296016800&parent=EXTERNAL_SEARCH&sourceId=HOWTO&id=2954741.1&_afrWindowMode=0&_adf.ctrl-state=5qfpfhb0j_4
I would appreciate it if someone can guide me how to execute this without username and password if possible, as in our Prod environment we have only token based authentication.
Thanks,
Prithvi