views:

11

answers:

0

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 ?