I am trying to setup an inbound port to retrieve customer prices via the PricePriceListService Service operation over Http.
I have previously successfully setup a PricePriceDiscJounral service so attempted to copy the settings. The setup looks like this.
However when I try to activate the port I get the following error. The deployment website was not found for port:
Is this a setting issue within the Inbound ports, something else I've got to deploy to IIS, or something else.
Any help much appreciated
*This post is locked for comments
Just to finish this thread I finally got it working using NetTcp with the following address "net.tcp://AOS_SERVICE_HOST/DynamicsAx/Services/PriceListService" and showing a WSDL URI of . "servername/.../PriceListService"
I have no idea of how, I just kept tapping the side of the service with a hammer until it worked. I know this isn't helpful but thought I'd at least end the thread.
It's because of net.tcp on your URL.
I suggest to debug the activation process and find the error's reason.
I was try to create PricePriceListService port and get the same error. Then i debug it and suggested you to add /xppservice.svc at the address URL.
After that the port got activated successfully.
Put breakpoint to the getWebSiteUrl() method of AifWcfHttpAdapter class.
I hope it will help.
Unfortunately that didn't work either but I did manage to get the port deployed.
I changed to URI to "net.tcp://AOS_SERVICE_HOST/DynamicsAx/Services/PriceListService" and the port got activated successfully. Woohoo!!
However the settings only show a URI, not a WSDL URL, which Im assuming I will need for the service ref? Any ideas why there's no WSDl URL>
Try to add /xppservice.svc at the address URL
It didn't. It has a "/" which I removed. Still the same error :-(
Check the URL field. If url contain "\" at the end, remove it.
I've setup the website with the location of the Web Application in IIS
And I've changed the inbound port settings so the URI is the IIS server (this is not the same for PriceDiscJournal service). However I still get the same error :-(
You need to specify web site
Hi, thanks for your response
There isn't one set up, see below.
If this was a dependency why would the other service work? There is an AIF Application under the default website in IIS, but I don't know if that's relevant to this
What is your service url (System Administration > Setup > AIF > Website) ?
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156