BigInteger problem with SOAP API

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
cricri38
Posts: 2
Joined: 13 Jul 2017, 12:18

BigInteger problem with SOAP API

Post by cricri38 »

Hello,

I'm using the MANTIS Java SOAP API (library mantis-axis-soap-client-1.2.19). I face the following strange behaviour with biginteger data.
For example, when I'm using an API method that returns a BigInteger (for instance mc_project_get_id_from_name), the returned value is always null.
If I use the method mc_enum_status(), the ObjectRef returned contain a valid label (getName(), but the id (returned by getId() is always null).
All the getId() always return null !
I have been able to test the webservices with SOAPUI and the values (including the id) returned by the WS are correct.
Is it a problem of deserialization ?
Our server has been recently upgarded to Java 1.8. Maybe it is related to this Java upgrade ?

Thanks in advance for any help,
Christian
rombert
Posts: 66
Joined: 05 Nov 2009, 08:43

Re: BigInteger problem with SOAP API

Post by rombert »

That is a bit strange. I'm running the Mylyn-Mantis connector for Eclipse with Java 8 and I see no such issues.

https://github.com/Mylyn-Mantis/mylyn-mantis

Perhaps try a different version of axis?
Post Reply