Server Error with mc_project_get_issue_headers function

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
brutal_kill_
Posts: 1
Joined: 14 Apr 2016, 09:33

Server Error with mc_project_get_issue_headers function

Post by brutal_kill_ »

Hello,

I have a server error when using the MantisConnect mc_project_get_issue_headers function.

This happens only when the attribute " BigInteger per_page " is greater than 10.

Are you aware of this problem and know you possibly a way to get around ?

Thank you in advance.

ps: Mantis is on 1.2.19 version

Code: Select all

AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode: 
 faultString: (500)Internal Server Error
 faultActor: 
 faultNode: 
 faultDetail: 
	{}:return code:  500

	{http://xml.apache.org/axis/}HttpErrorCode:500

Code: Select all

try {
	header_result = portType.mc_project_get_issue_headers(user, pwd, getAccessibleProject(), BigInteger.valueOf(1), BigInteger.valueOf(15));
	} catch (Exception e) {
	e.printStackTrace();
	}		
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Server Error with mc_project_get_issue_headers function

Post by atrol »

I recommend to write also to the SOAP API Mailing List, https://www.mantisbt.org/mailinglists.php
Please use Search before posting and read the Manual
Post Reply