While creating an item with this SDK and reading it back works (I tried it), I cannot create an item with waz-storage or winazurestorage.py and read it from Java.
I made a small test case in this repo to demonstrate the problem using Ruby and Java. Here's the output I get:
Running test...
Sending message...
Waiting 1 second...
Exception in thread "main" java.lang.IllegalArgumentException: The String is not
a valid Base64-encoded string.
at com.microsoft.windowsazure.services.core.storage.utils.Base64.decode(Base64.java:84)
at com.microsoft.windowsazure.services.queue.client.CloudQueueMessage.getMessageContentAsString(CloudQueueMessage.java:179)
at Receiver.main(Receiver.java:16)
While creating an item with this SDK and reading it back works (I tried it), I cannot create an item with waz-storage or winazurestorage.py and read it from Java.
I made a small test case in this repo to demonstrate the problem using Ruby and Java. Here's the output I get: