We tried to configure Https for an Enhanced Port. We got the URL as follows:
https://<HostName>/<ApplicationPool>/<PortName>/xppservice.svc?wsdl
But inside that WSDL, we are getting service binding address as "HTTP".
<soap:address location="http://<HostName>:<PortNumber>/MicrosoftDynamicsAXAif60/<PortName>/xppservice.svc" />
So we just wanted to confirm is https is configured correctly or not.
Is there anything that we are missing, to make location as "https" instead of "http".
*This post is locked for comments
In AX 2012 services and Application Integration Framework (AIF), integration ports use adapters. These adapters enable AX to communicate by using various transport protocols.
AX 2012 provides the following four adapters that represent predefined bindings:
· HTTP adapter – This adapter provides for synchronous message exchanges by using an HTTP or HTTPs transport.
· NetTCP adapter – This adapter provides for synchronous exchanges by using WS-* standards support over the Transmission Control Protocol (TCP) transport. This adapter corresponds to the WCF-NetTcp binding in Windows Communication Foundation (WCF).
· MSMQ adapter – This adapter provides support for queuing by using Message Queuing as a transport. Message Queuing is also known as MSMQ. Message Queuing is a type of asynchronous communication. This adapter corresponds to the WCF-NetMsmq binding in WCF.
· File system adapter – This adapter provides support for the asynchronous exchange of documents through file system directories.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156