I need to code to a WCF service from my dev box but the vendor only gave one machine on our network (our test server) access to their service. I'm not sure how that was done, and I asked them and our internal IT dept to give my dev box access as well, but that hasn't happened, and it seems like it might not happen.
So, I'm wondering if it's possible to create a WCF proxy/relay on the test server that I can call from my dev box which will allow me to do this integration work.
I tried doing this via WCF Routing but when I added the service reference to the routing service I do not get the contract from the vendor. This link seemed useful (http://www.dotnetcurry.com/ShowArticle.aspx?ID=385) but when I downloaded the code it looks like the client app actually has service references to the services and not the router.
My problem boils down to that I have to code the integration work but I cannot add the service reference. If there is another way to do this I'm open for suggestions as well.