Call Apple Notification and return error 404: No service is hosted at the specified address

Qixiang Chen 1 Reputation point
2020-08-17T09:56:54.9+00:00

Hi, I call Apple Notification, and I use the jar the official site support, but it return the error 404, and return a XML response that No service is hosted at the specified address, and I debug the params and sure that the params is follows https://learn.microsoft.com/en-us/previous-versions/azure/reference/dn223266(v=azure.100)
it means that I use a error hubPath, but I checked with my team, they said the hubPath is right, please help, thanks a lot!

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
270 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 26,236 Reputation points Microsoft Employee
    2020-08-19T17:58:14.033+00:00

    @Qixiang Chen is your namespace and hub named differently?

    E.g. https://myapphub-ns.servicebus.windows.net/myapphub/messages/?api-version=2015-01

    1 person found this answer helpful.