[Soap-Python] soaplib support for unsigned integer fields ?

Chris Austin chris at sydneysys.com
Mon Apr 11 17:32:03 CEST 2011


Hi David,

I've been away from the list for a bit so I didn't see this right
away.  We can add unsigned ints without too much trouble I think.
Feel free to head over to the github site and add the feature request.
 I think it can be added fairly soon after the 2.0 release later this
week.

On Thu, Apr 7, 2011 at 11:57 PM, Dave Dodd <dave at ci.com.au> wrote:
> Hi Folks,
>
> I am working on replacing an existing set of SOAP services, currently served
> out of an IIS server.
>
> The published WSDL for the existing services includes a service which has an
> unsignedInt parameter.
>
> I had a quick grope around in the soaplib source particularly in primitive.py
> to see what I should import to support this field type and I failed to find
> anything appropriate.
>
> If I end up having to match the original WSDL precisely, how could I achieve
> this and coerce the soaplib WSDL into to showing unsignedInt for a field ?
>
> Is my only option to beg for the inclusion of a UnsignedInt in soaplib ?
>
> Thanks in advance,
>
> -- Dave
> _______________________________________________
> Soap mailing list
> Soap at python.org
> http://mail.python.org/mailman/listinfo/soap
>


More information about the Soap mailing list