Hi,
We are currently investigating the Service Bus and how we can use that in our systems. And we have tried the 1.0 version with success, however we need to use 1.1 due to the SAS support (among others).
However, when I try to do the steps that is outlined in this tutorial http://msdn.microsoft.com/en-us/library/windowsazure/dn282148(v=azure.10).aspx, the CreateQueue call fails with an execption that says: "The remote server returned an error: (404) Not Found. No service is hosted at the specified address". It is not only that call that fails, also the QueryQueue fails if the queue exists ("The remote server returned an error: (400) Bad Request. The specified HTTP verb (GET) is not valid").
However, when I try the same using the Service Bus Explorer application it works. I suspects that this some kind of problem with the ServiceBus assembly provided with the NuGet package "Service Bus 1.1 for Windows Explorer"?
Have anyone gotten this to work at all?
--Rune
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful" if the post helped you to a solution of your problem.