[MantisConnect] AttachementData Bug?
Brought to you by:
vboctor
From: Nils M. <nm...@bu...> - 2007-02-01 18:04:44
|
Hi, thanks for the advice concerning the php-settings, I managed to get mc to w= ork on my server (don't know how the setting could be so odd ;) I was working with mantisconnect the whole day and it worked fine until now= : I'm accessing the AttachementData() method: I need to read out the filename= s und download_urls from the attached files within an issue. My c# code: AttachementData[] atmdata =3D bitissuedata.attachment; (bitissuedata is an instance of IssueData which calls the mc_issue_get(user= name, password, issue_id)-webservice-method) It compiles, but the length of the atmdata array is zero and it doesn't hol= d any data (null). Am I doing anything wrong? |