hi Bill,
Following your instruction, I am able to see the "I am here" message without a certification error in my browser.
However, my application from ATE stops after the "logging user into server" step.
I checked on the log. It seems that the http/xml backend login failed.
2014/06/22 15:08:46.184: | Login: Back End HTTP-XML Back End login Invalidated: 'HTTP/1.1 200 OK', running failure scripts |
The account/password I used in ATE is correct though.
I did not change the way of http-xml backend authentication used in the application running on Agentry 6.0.
with
<soap:Body>
<i0:AuthenticateUser>
<i0:UserLoginName><<id>></i0:UserLoginName>
<i0:password><<password>></i0:password>
</i0:AuthenticateUser>
</soap:Body>
In a thread log file, I found this error.
: | Unable to locate external file: C:\SAP\MobilePlatform3\Server\configuration\com.sap.mobile.platform.server.agentry.application\Application\Development\Scripts\http-iRigUserValidation_SOAPAction.xml |
I checked my directory. There is only a "http-iRigUserValidation_Body.xml". I checked the Agentry directory under 6.0 platform and only found the Body xml but not SOAPAction xml.
Furthermore, I did not see any entries under Settings/Back-end connections in the cockpit.
Do I have to manually add connection info here? (The http/xml backend configuration is visible under the "Application" module though.
Thanks.
-Yang