Because it is not checking parameters count (even if i use Mandatory types (or setting arguments like 'nillable' by hand)) and it is not validating types so, for example, if you send string to integer parameter, you gets HTTP error 500 :( i will have to explain users when this happen that they are sending invalid parameters. On the opposite, they will be notified on this by server with 'hard' validation enabled.
______________________________________________________________ > Od: "Burak Arslan" <[email protected]> > Komu: azurIt <[email protected]> > Dátum: 28.09.2011 07:02 > Predmet: Re: [Soap-Python] lxml validation is too restrictive > > CC: [email protected] >On 09/27/11 23:44, azurIt wrote: >> Any ideas how to keep input validating (number of parameters and it's types) >> but also support at least SUDS + PHP soap client ? > >why doesn't the 'soft' validator work for you? > _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
