Found my answer.
x = 1L
sets x to 1 and makes it a type of Long. I tested with my web
service and it works.
-Jim
Jim Steil
VP of Application Development
CustomCall Data Systems
(608) 274-3009 x286
Fredrik Lundh wrote:
Jim Steil wrote
I am trying to call a SOAP web
SOAPpy
-Jim
Jim Steil
VP of Application Development
CustomCall Data Systems
(608) 274-3009 x286
Fredrik Lundh wrote:
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
dyn
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
>
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 th