Azure web app call wcf 404

Jeremy Liu 0 Reputation points
2025-06-19T10:05:39.6933333+00:00

Why is it that after deploying an asp .net web app to azure web app, https://hk-np-focz-aps-ipe-dev-grg5a4dndackdrge.eastasia-01.azurewebsites.net/PriceTag.svc?wsdl can be accessed, but the call interface returns HTTP/1.1 404 Not Found. The local call to this webservice interface is successful. I think my webconfig configuration is OK, and I can see my files on kudu.

Developer technologies ASP.NET ASP.NET API
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Danny Nguyen (WICLOUD CORPORATION) 165 Reputation points Microsoft External Staff
    2025-06-20T08:15:18.66+00:00

    Hi @Jeremy Liu,

    Because the description of your problem is quite brief, I would like to ask a few question first:

    • Can you confirm the exact URL you are using to call the WCF service from the deployed app which returns the HTTP/1.1 404 Not Found? If so can you provide me the code of your service interface and service? Does this happen with specific services only?
    • Did you make any changes to the web.config file for the WCF service after deployment?
    • Are there any specific error messages or logs from Azure that could give more insight into the issue?

    In the mean time, here are a few things you can check:

    1. Check WCF Service Configuration: Ensure that your web.config file has the correct settings for the WCF service. Specifically, verify the service's endpoint configurations and make sure the address is accurate.
    2. URL Routing: Since the WCF service can be accessed via the provided WSDL URL, double-check that the URL you use for calling the service method (not the WSDL) is correct and follows the expected structure of the service.

    You can check out these threads with similar issues and see if they help:

    Please let me know if any of these suggestions help resolve the issue, or feel free to share more details so I can assist further.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.