
Hi:
Where do I define the base URL that is output in a WSDL exposed via HTTP?
I've created a web service and can connect to it via HTTP. The WSDL includes other name spaces via the import tag:
<wsdl:import namespace="http://schemas.microsoft.com/netfx/2009/05/routing"
location="http://domainname/MicrosoftDynamicsAXAif60/MyWebService/xppservice.svc?wsdl=wsdl0"/>
I can't seem to find where the domain name used in the location string is set. It does not seem to match anything configured in IIS or the inbound port.
In this specific case, I need to change the base URL to an IP address instead of the domain name that is currently displayed.
Thanks in advance.
*This post is locked for comments
I have the same question (0)Hi
As per my understanding, you have to go through the Web sites form on System administration > Setup > Services and Application Integration Framework > Web sites.