Jim Steil wrote

> 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?

it might help to know what SOAP library you're using.

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to