Hi Erol (cc to the list),
That solved the issue! Thanks for your help
I like to know what is difference between xs:int and xs:integer ?
Values of type xs:integer may be bigger than Java integers. You'll need BigInteger to accept these values in a Java function.
Hope this helps, Christian