I have handhelds that need to communicate via basicHTTPBinding. I have a contract and everything works as advertised.
I need to expand it to easily support changing to a test environment, training and of course production. I took the port route, thinking I could expose different endpoints with port differences, and based on the port, decide which database I wanted info from.
I cant seem to make this work, and so far have found no information anywhere that indicates it can be done. Since port is optional, it may not be.
Anyone done anything like this?