The service class does not exist. AIF Dynamics AX 2012

Hi,

I created silmply service by AIF Document Service Wizard.

I changed namespace of service to http://schemas.microsoft.com/dynamics/2008/01/services and add External name the same like Name. I registered service andrefreshed it. Then I have added new inbound enhanced port (using file adapter) with mentioned service. I setup configuration the same like in another system services that are correct. There is no problem with system services ex. SalesSalesQuotationService. It’s working correctly.

Its a example message that I loaded through service.

<?xml version="1.0" encoding="utf-8" ?>
<Envelope xmlns="http://schemas.microsoft.com/dynamics/2011/01/documents/Message">
<Header>
<MessageId>{9AC42833-2435-1111-6937-DD419414E132}</MessageId>
<Action>http://schemas.microsoft.com/dynamics/2008/01/services/DocService/create</Action>
</Header>
<Body>
<MessageParts xmlns="http://schemas.microsoft.com/dynamics/2008/01/documents/Message">
<DMDoc xmlns="http://schemas.microsoft.com/dynamics/2008/01/documents/DMDoc">
  <DocPurpose>Original</DocPurpose>
  <SenderId>duk</SenderId>
  <DMDocuTable_1 class="entity">
    <RecVersion>1</RecVersion>
    <Description>213</Description>
    <URL>312</URL>
  </DMDocuTable_1>
</DMDoc>
</MessageParts>
</Body>
</Envelope>

I’ am still getting error in Queue Manager - The service class does not exist.

Where issue is ? In xml file? or configuration?