When using a Binding on a Web service, the IP/Port that is specified must match the IP listed for that Service Group in Database Manager.
For example, if the claim adjudication link in Database Manager is set to:
https://127.0.0.1:8081/adjudication/adjudicateClaimRequest
Then the IIS Web binding must also be set to use Port 8081 with an IP of 127.0.0.1.
When a Web Service Binding is set, this means that only requests coming to the specified IP/Port combination will be routed to the Web Service. To verify settings are configured properly, you should be able to paste the Web Link from Database Manager into a Web Browser which should yield a web page similar to:
If the Binding is set to 127.0.0.1, and the Database Manager is set with something different (in my example I used my PC name: https://ts05:8081/adjudication/adjudicateClaimRequest), the page will load an error similar to:
Comments
0 comments
Please sign in to leave a comment.