Hi there,
Background - We are consuming a webservice issued by a telco operator. Any apps consuming their WS needs to be tested on their staging IP, and this creates an unpredictable overheads on our project timeline as the turnaround time of the operator varies case by case but usually long, without mentioning the red tapes one has to go thru.
Can we create a wrapper for this WS such that we only need to pass their staging test at once, after that any new apps will consume the service offer by this wrapper instead of coupling with their own copy of the WS calls?
So essentially it's a web service wrapping another web service, however they will be hosted on the same server.
I'm using VS2010 but the production server is an IIS6 on WS2K3.
When I create a new project in VS2010... shall I give WCF Service Application a try?
Or just stick to ASP.NET Web Application?
I have rule out the possibility to do it as a Windows Service but I could be wrong.
Any helps appreciated.
TIA