I am getting the error:
404No service is hosted at the specified address. TrackingId:dfc9aea1-e229-4eb7-b393-c8cd6bce258d_G19,TimeStamp:11/3/2014 8:39:21 PM
So I decided try and figure out why I am getting that error. I have an active service bus, thus that would make me believe I would not get the above error? How do I go about debugging this and finding out why I am getting the 404 error?
I made a REST Postman of the error:
Post URL:
https://qb-alphahub-ns.servicebus.windows.net/qb-alphahub-ns/messages?api-version=2013-10
Headers:
Authorization: SharedAccessSignature sr=https%3a%2f%2fqb-alphahub-ns.servicebus.windows.net%2fqb-alphahub-ns%2fmessages%3fapi-version%3d2013-10&sig={HIDDENFROMPOST}%3D&se=1415048796&skn=RootManageSharedAccessKey
ServiceBusNotification-Format: apple
Content-Type: application/json
The response is what I posted at the top (404).