web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

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

Klaas Deforche Profile Picture Klaas Deforche 2,433

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.

Comments

*This post is locked for comments