This document was generated from CDN thread
Created by: Alex Tam on 23-09-2013 06:01:47 PM
I am trying to call listLocation, and before I can do that, I need to set up the returnedTags of type LLocation. That needs some XInteger s, which seem to be BigInteger's in my client language(I am using Java and AXIS 2). When I set it to a BigInteger via setObject(axis method), I can see throough the debugger that setObject detects a BigInteger and sets it, But in XInteger's serialize method an unknown axis fault gets thrown saying invalid object type and I have not figured out why.