Newbie - BigInt

Jim Steil jim.steil at customcall.com
Mon Dec 12 13:36:33 EST 2005


I am trying to call a SOAP web service with python and I having success 
unless I need to pass a BigInteger parameter.  Since python is 
dynamically typed it seems to be sending a regular int instead of 
BigInteger and my web service doesn't like that.  Is there a way for me 
to tell my variable that it should be a big integer instead of int?

    -Jim
-- 
Jim Steil
VP of Application Development
CustomCall Data Systems
(608) 274-3009 x286
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20051212/939713d4/attachment.html>


More information about the Python-list mailing list