Dependency Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012974 | mantisbt | api soap | public | 2011-05-03 04:09 | 2011-08-05 02:41 |
Reporter | brango | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 1.2.5 | ||||
Summary | 0012974: An attempt to attach an XML file in Mylyn-Mantis ends with an error | ||||
Description | An attempt to attach an XML file to the task ends with following exception in the Mylyn-Mantis: | ||||
Steps To Reproduce |
| ||||
Additional Information | It seems, that the bug is connected to already fixed problem 0012262: Mylyn-Mantis 3.1.4 attach a context error MantisBT Version 1.2.5 eclipse.buildId=M20110210-1200 | ||||
Tags | No tags attached. | ||||
Attached Files | response.xml (1,261 bytes)
<ns0:CheckAddressResponse xmlns:ns0="http://www.vodafone.de/ESB/Service/EAI/Location/Location-001"> <ns0:adressCheckResult> <ns0:errorCodeFP>20</ns0:errorCodeFP> <ns0:errorMessageFP>street wrong or missing</ns0:errorMessageFP> <ns0:numberHitsMatched>1</ns0:numberHitsMatched> <ns0:numberHitsOutput>1</ns0:numberHitsOutput> <ns0:analysisProtocol> <ns0:analysisCity>AEG10000</ns0:analysisCity> <ns0:analysisPostcode>AEG10000</ns0:analysisPostcode> <ns0:analysisStreet>AE-00000</ns0:analysisStreet> <ns0:analysisHousenumber>---00000</ns0:analysisHousenumber> <ns0:analysisPostbox>---00000</ns0:analysisPostbox> <ns0:analysisSubCity>-DG00000</ns0:analysisSubCity> </ns0:analysisProtocol> <ns0:originalAddress> <ns0:postcode>XXXXX</ns0:postcode> <ns0:city>XXXX</ns0:city> <ns0:street>XXXXX</ns0:street> <ns0:housenumber>XXXX</ns0:housenumber> </ns0:originalAddress> <ns0:address> <ns0:postcode>XXXX</ns0:postcode> <ns0:city>XXXX</ns0:city> <ns0:subCity>XXXX</ns0:subCity> <ns0:country>X</ns0:country> <ns0:street>XXXXXX</ns0:street> <ns0:housenumber>XXX</ns0:housenumber> <ns0:housenumberAddition>X</ns0:housenumberAddition> </ns0:address> </ns0:adressCheckResult> </ns0:CheckAddressResponse> | ||||