There was no endpoint listening at https://management.core.windows.net/SubscriptionID/locations that could accept the message. This is often caused by an incorrect address or SOAP action.

已答覆 There was no endpoint listening at https://management.core.windows.net/SubscriptionID/locations that could accept the message. This is often caused by an incorrect address or SOAP action.

  • Wednesday, May 30, 2012 7:01 AM
     
     

    Hi Everyone,

    I am trying to deploy an application, which is simple hello world program, on cloud. While publishing an application , i am getting below error :

    "There was no endpoint listening at https://management.core.windows.net/SubscriptionID/locations that could accept the message. This is often caused by an incorrect address or SOAP action."

    One more problem is i am not able to see list of locations where datacenters are located.

    Please help me to get out of it.

    Thanks

    Jony Shah

All Replies

  • Thursday, May 31, 2012 2:41 AM
    Moderator
     
     

    Hello,

    Do you ever upload certificate for Windows Azure application in Management Portal? Before you can use a Windows Azure service certificate, you must upload it to a hosted service. Azure application need certificate to ensure transfer safe. Please see this link for helps:

    http://msdn.microsoft.com/en-us/library/gg465712.aspx

    And here's a step-by-step tutorial that introduce how to publish Windows Azure app:

    https://blogs.oracle.com/arungupta/entry/ttod_155_glassfish_in_azure

    Hope this helps.


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework

  • Thursday, May 31, 2012 9:08 AM
     
     

    Hi Arwind,

    I have never uploaded any certificate. 

    I got this problem when i am trying to publish my application using Publish to Windows Azure option from Build menu in visual studio.

    Thanks

    Jony Shah

  • Thursday, May 31, 2012 11:02 PM
     
     
    Shot in the dark: are you running Fiddler or some other debugging web proxy? That can interfere with the authentication to the Service Management API.
  • Friday, June 01, 2012 2:13 AM
    Moderator
     
     

    Hi,

    How do you publish your web app to Azure portal, and have you follow the tutorial i've posted above?

    And If you still get any problem, please share which upload method you use and which step you failed. I believe it can help we fix it.

    Hope this helps.


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework

  • Friday, June 01, 2012 4:53 AM
     
     

    Hi Arwind,

    I am using following method :

    step 1:

    step 2 :

    When I am trying to create new hosted service it is giving error

    "There was no endpoint listening at https://management.core.windows.net/SubscriptionID/locations that could accept the message. This is often caused by an incorrect address or SOAP action."

    Thanks

    Jony Shah

  • Friday, June 01, 2012 4:54 AM
     
     

    Also i am not able to see list of locations where datacenters are located. please see below snap.

  • Friday, June 01, 2012 7:36 AM
    Moderator
     
     Answered

    Hi,

    I see, do you have upload the certificate that you've created on Azure Management Portal? Azure requires Certificate, when you create that certificate, you need upload it manually, go http://winodws.azure.com - "Hosted Service, Storage Accounts & CDN" - "Management Certificate" - "Add Certificate". And you can also try to create a new hosted service in Management Portal.

    Here is a full version of How to publish Azure application via "Publish" button of Visual Studio.

    Help this helps.


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework