I would be interested if I can use safely two different version of a web-service. The schema behind the service were updated between versions, but the part that in I use were in practice unchanged (only attributes I never used where removed and I'm not going to use the newly added ones).
After building my application and sending requests to the different versions of the service my application seams to be working fine without any error.
What I'm interested if there is any pitfall that I didn't think of? Does this really work this nicely?