AIF: There is no service with namespace = ‘http://yournamespace’ and external name = ‘aService’.

April 27, 2011 at 18:57
filed under AIF, Dynamics AX
Tagged , , , ,

Hi all :-)

Today, when testing newly deployed AIF web services, this error was thrown:

There is no service with namespace = ‘http://yournamespace’ and external name = ‘aService’.

Where ‘http://yournamespace’ is the namespace you specified on the service node in the AOT, and ‘aService’ is the external name of your service.

The problem is that on the service node of this service in the AOT, there was a ‘/’ (slash) at the end, like this:
service with slash
Removing the slash at the end fixes the problem:
service without slash

I did a refresh in the Service form and redeployed my services on the IIS, so you might have to do that too.

1 comment

RSS / trackback

  1. Trackbacks

respond