Developer forum

Forum » Integration » DynamicwebConnectorService vs AX2012

DynamicwebConnectorService vs AX2012

Arnór Halldórsson
Arnór Halldórsson
Reply

Anyone else having problems connecting their DynamicwebConnectorService against AX2012 webservices? For 3 days we have been receiving the very descriptive error message: 

No matching MessageFilter was found for the given Message. 

Sending requests through SoapUI worked however... But we noticed that the SOAPAction header was different for the request from SoapUI than the request sent from the DynamicwebConnectorService. So after doing loads of googlies, working with a few AX specialists, changing web.configs for the AX webservice and combing through AX forums trying to find a solution for this we decided to decompile the AxConnectorAddIn.dll file in the DynamicwebConnectorService and finally saw, that the config file for the connector service was missing the following field:

<add key="AxVersion" value="2012" />
 
So for everyone that´s trying to connect to AX2012 and having the same or similar issue. Try adding this field to your DynamicwebConnectorService.exe.config under the AxConnector section... And might I suggest that Dynamicweb adds this to their documentation that it is necessary to include this field in the config. The error message does not give any real indication of what might be wrong so all it really does is start a chain reaction of unnecessary debugging.

Replies

 
Dynamicweb Employee
Carsten Boll
Reply
This post has been marked as an answer

Hi Arnór,

Is this for the newly released DynamicwebConnectorService v.2.0.0 beta? If so, the documentation is not yet released - but i will make sure to include it in the finished version.

If you are referring to the old ConnectorService, I will correct it asap.

/Carsten

Votes for this answer: 1
 
Arnór Halldórsson
Arnór Halldórsson
Reply

Hi Carsten,

So sorry that I haven't replied to you yet. But I was referring to the old ConnectorService, v.1.0.0.x :)

Best regards,
Arnór

 

You must be logged in to post in the forum