Mantis Issue Get Attachment
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
Calls the SOAP based 'mc_issue_attachment_get' web service, passing the username and password of the API user, and the identifier of the issue attachment to be retrieved. Upon authentication, Mantis BT will return the Base-64 encoded content of the attachment.
This handler utilizes a sample SoapEcho web application that is included within the resources directory of the handler package. The sample SoapEcho web application can be deployed into a Servlet container such as Tomcat and includes both source and compiled code. The web application contains a single Class that is exposed as the "EchoService" web service. The SoapEcho web application wsdl file can be displayed via the http://HOST:PORT/SoapEcho/ws/EchoService?wsdl url.
For more information on how to use Savon, the Ruby SOAP library used by this handler, see http://rubiii.github.com/savon/.
Parameters
Name | Description |
---|---|
issue_attachment_id | Identifier of the issue attachment to be retrieved. |
Change Log
Version | Date | Description |
---|---|---|
1 | 05-02-2012 | Initial Version |