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 [email protected] http://mail.python.org/mailman/listinfo/soap
