Thomas Goldschrafe | Hello, I would like to know, if it is possible to make a Extension Mobility Query (e.g. a Devices-User Query) over HTTPS. I have written an application which works fine as long I use HTTP (http://?.?.?.?:8080/emservice/EMServiceServlet), but when I post the same request over HTTPS (https://?.?.?.?:443/emservice/EMServiceServlet) I get the follwing error: <response> <failure> <error code="0">Other Parser Error: Unexpected end of file from server </error> </failure> </response< My query looks like this: xml= <query> <appInfo> <appID>user</appID> <appCertificate>password</appCertificate> </appInfo> <deviceUserQuery> <deviceName>SEP00??????????</deviceName> </deviceUserQuery> </query> The backround of my question: I don't want to send the appCertificate in plain HTML due to security reasons. Is there any other way I can avoid that problem? Thanks in advance Thomas |
| Please sign in to flag this as inappropriate. |