[Soap-Python] lxml validation is too restrictive

azurIt azurit at pobox.sk
Wed Sep 28 08:55:17 CEST 2011


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" <burak.arslan at arskom.com.tr>
> Komu: azurIt <azurit at pobox.sk>
> Dátum: 28.09.2011 07:02
> Predmet: Re: [Soap-Python] lxml validation is too restrictive
>
> CC: soap at python.org
>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?
>


More information about the Soap mailing list