AIF: HTTP Error 404.3 – Not Found

April 19, 2010 at 16:34
filed under AIF, Dynamics AX
Tagged , , ,

After installing an AIF web server and deploying services on it, I got an error when I tried to browse my web service http://myhost:82/MicrosoftDynamicsAXAif50/itemservice.svc.
The error was:

HTTP Error 404.3 – Not Found

When I tried to add a web reference the svc in visual studio .NET, I got a similar error:

HTTP Error 404 – Not Found

I solved it by using the method described on the AIF blog:
http://blogs.msdn.com/aif/archive/2008/12/12/http-error-404-3-is-received-when-calling-a-web-service.aspx

Basically, execute the following command on your web server:

ServiceModelReg.exe -i -x

After that, everything worked fine.

no comments

RSS / trackback

respond