Voyager (www.objectspace.com) 4.5 supports SOAP, but
apparently uses the word 'true' for null instead of a
number when returning.
*** SOAP.py Wed Oct 10 12:18:46 2001
--- oldsoap.py Wed Jun 27 16:48:00 2001
***************
*** 2097,2106 ****
null = attrs[(NS.XSI3, 'nil')]
del attrs[(NS.XSI3, 'nil')]
! if null == 'true':
! null = 1
! else:
! null = int(null)
if null:
if len(cur) or \
--- 2097,2103 ----
null = attrs[(NS.XSI3, 'nil')]
del attrs[(NS.XSI3, 'nil')]
! null = int(null)
if null:
if len(cur) or \
Logged In: YES
user_id=36737
Thanks for your patch and/or bug for SOAPpy.
That package is currently on hiatus (extended vacation)
right now. If you'd like to get involved in active maintenance,
please contact me at rsalz@users.sf.net
/r$