Has anyone managed to get jdotnetservices working on Android ?

Posted by Bert on Stack Overflow See other posts from Stack Overflow or by Bert
Published on 2010-06-06T14:38:24Z Indexed on 2010/06/06 14:42 UTC
Read the original article Hit count: 266

Filed under:
|
|
|

I am trying to use jdotnetservices (http://www.jdotnetservices.com/), which is a java SDK for Windows Azure AppFabric, in an Android application. I have had to make some tweaks but only minor ones because jdotnetservices is written to target Java 1.6 and Android uses 1.5.

I can get it to compile and run OK but I'm getting errors when I try to access the service bus ACS.

Specifically, if I try to get a token from the service bus ACS I get this :

Hostname mysolution-sb.accesscontrol.windows.net was not verified.

Can anyone give me some pointers as to why this might be ? I can browse to the url of the ACS from Android : https://mysolution-sb.accesscontrol.windows.net/wrapv0.9 which gives me a certificate error, could this be why ? Any way round this ?

© Stack Overflow or respective owner

Related posts about java

Related posts about android