It might help if you changed the id number on the argument when you change the semantics. That will let your applications fail in cases like this.
On Mon, Feb 22, 2010 at 10:17 AM, Noam Wolf <[email protected]> wrote: > Basically my service call changed from > > doSomething(1: String request) > > to > > doSomething(1: Request request) > > So when I was calling doSomething("foo") i was seeing that error because > the > type i was passing to the service was not the correct type... > > hopefully this will help someone some day... > -- Ted Dunning, CTO DeepDyve
