<p>I've been attempting to get this up and running for about a week now with no avail. I downloaded the example RSSE (the non-OTDS version) from somewhere under Resources, and read the Integrating Applications into BIRT iHub manual to attempt to get it working. When I try to log into the information console using one of the example names from the json file, </p>
<p> </p>
<p>username: volume1\user1</p>
<p>password: pass</p>
<p> </p>
<p>I get an error: 19044: Login error. Problem with the Report Server Security Extension. Please contact your system administrator. Parameter1=Axis Error Code -1, Parameter2=null.</p>
<p> </p>
<p>When I inspect the log file, the thing that sticks out is an org.apache.axisw2.databindingABDException: Unexpected subelement {<a data-ipb='nomediaparse' href='
http://schemas.actuate.com/actuate11/rsse}UserName'>http://schemas.actuate.com/actuate11/rsse}UserName</a></p>
<p> </p>
<p>Unfortunately, I can't pinpoint where this exact issue is occurring. I'm new to WSDL's, so while I can possibly pinpoint that something could be happening over there, I'm struggling to figure out why, if that is the case. The integration guide itself seemed to imply that I should be able to just deploy the example and it should work, then I could from there educate myself how everything operates. I also used an RSSE WSDL file that was provided from OpenText support, and that didn't seem to work either. I'm also guessing that since the WSDL seems to be an interface, that I shouldn't mess with it, so maybe there was something wrong with the example code itself that needs to be fixed to get it up and running? Or maybe I need a version of Apache Axis2 that was never specified in the integration manual?</p>
<p> </p>
<p>I'm absolutely clueless at the moment and any help to get this working would be appreciated. I'm using iHub 3.1.1, Apache Tomcat 8.0.37, and Apache Axis2 1.7.3. I also attached an image of a stack trace that I got in one of my logs that goes into a bit more detail with the ABDException. <br><br>
I'm not sure if this will help any either, but the main methods in the code seem to be called in this order:</p>
<p>start()</p>
<p>getTranslatedRoleNames()</p>
<p>doesUserExist()</p>
<p>getUserProperties()</p>
<p>And then it doesn't go any farther than that. It also appears doesUserExist() returns a true value when I do enter that username in, so it seems like some parts are working, but something isn't clicking together as it should.</p>