Calling XMLSERVICE from a 64-bit PASE job fails

Issue #17 closed
Kevin Adler created an issue

When calling XMLSERVICE from within a 64-bit PASE job, the result is failure. The return coe is 0, but no output is returned. This is due to assumptions throughout the code that assume that a PASE pointer is 32-bits.

This causes the iLibCall transport to fail on 64-bit Python versions: https://bitbucket.org/litmis/python-itoolkit/issues/17/ilibcall-fails-on-64-bt-python-versions

Comments (2)

  1. Log in to comment