REP-50125: LoginException calling rwwebservice
Hi,
I'm testing asynchronous report generation by using rwwebservice instead of rwservlet. I've configured Oracle Reports security, and I've created a new user 'rwadmin' with RW_ADMINISTRATOR application role as said in the product documentation (FMW 12.2.1.3). Everything works fine when using rwservlet, but if I try rwwebservice it raises the following error:
Report server error message:
REP-50125: Se ha producido una excepción interna: javax.security.auth.login.LoginException: Security Exception..XML:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rwc="http://oracle.reports/rwclient/"> <soapenv:Header/> <soapenv:Body> <rwc:runJob> <arg0>report=test_fuentes.rdf destype=cache desformat=pdf authid=rwadmin/rwadmin01</arg0> <arg1>false</arg1> </rwc:runJob> </soapenv:Body></soapenv:Envelope>