Dear Experts,
Need your guidance on one activity that i am performing.
Scenario: I have my custom aif service developed and deployed on a server A.Let say service name as MyCustom.svc, Same server also contains the AOS component as well. I have another server B on which i need to host my same AIF custom service on IIS (reason i tell later). So if i try call my custom services from server B using the url some what like
localhost/MyCustom.svc (just giving an example, as it is not the complete url). It should work.
The reason for doing is. My Server B is connected to third party service and they can only call server B services and they dont have any access for server A. So the flow should be like
Thirdyparty calls server B. Server B host the AIF services.
AIF service then call to server A(on which our AOS resides) does all the business logic.
Steps i performed.
1) Developed and deployed my custom AIF service on Server A
2) Copied all the service artifacts from server A (AIfwebserivce folder)
3) Created an application pool on Server B
4) Created an application on server B
5) Copied all my artifacts by creating folder directory sames as what AX setup does during installing like C://Program files/MicrosofrDyamicsAX/..Aifwebservice
6) Enabled the authentication for the application
Note: since i havent changes the web-config on the artifacts that have copied on server B therefore it is still pointing to my server A via .nettcp binding.
Please let me know if i am missing something