RE: Code generation or forms?

> 
> If the service suddenly expects the client to send the credit card 
> number using a different parameter name,

No, that wouldn't break using forms. The form sends down the parameter name
to use for passing the credit card number. 

> or starts rejecting country codes of "uk" then that would be an 
> incompatible change and the client would fail, regardless if it's a 
> form or a generated Python stub.
> 
> --
> http://blog.whatfettle.com
> 

Received on Tuesday, 14 June 2005 04:51:07 UTC