I am working on integrating AX with biztalk 2013 using wcf-webhttp adapter. I tried to configure Address URI (https://ServerName/1.0/) and HTTP Method and URL Mapping with
<BtsHttpUrlMapping>
<Operation Name="channelcatalog" Method="GET" Url="channelcatalog/y8xpsfey4xjfa5omtcew5kc6s3j9j7p9ur?modifiedafterdatetime=2010-08-10T00:00:00" />
</BtsHttpUrlMapping>
But Request ended with below exception.
Error Message:
The adapter failed to transmit message going to send port "SndRestAx" with URL "https://ServerName/1.0/". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.Net.WebException: There was no endpoint listening at https://ServerName/1.0/ that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Can any one help with wcf-webhttp configuration for above two properties or suggest any other best practices for Biztalk Ax Integration?
if this form is not correct please advice another Community or forum.