Index: src/com/itsolut/mantis/binding/MantisConnectLocator.java =================================================================== --- src/com/itsolut/mantis/binding/MantisConnectLocator.java (revision 211) +++ src/com/itsolut/mantis/binding/MantisConnectLocator.java (working copy) @@ -22,7 +22,7 @@ } // Use to get a proxy class for MantisConnectPort - private java.lang.String MantisConnectPort_address = "http://your.domain.com/mc/mantisconnect.php"; + private java.lang.String MantisConnectPort_address = "http://192.168.30.53/mantis/api/soap/mantisconnect.php"; public java.lang.String getMantisConnectPortAddress() { return MantisConnectPort_address; Index: src/com/itsolut/mantis/binding/MantisConnectPortType.java =================================================================== --- src/com/itsolut/mantis/binding/MantisConnectPortType.java (revision 211) +++ src/com/itsolut/mantis/binding/MantisConnectPortType.java (working copy) @@ -146,8 +146,7 @@ public byte[] mc_issue_attachment_get(java.lang.String username, java.lang.String password, java.math.BigInteger issue_attachment_id) throws java.rmi.RemoteException; /** - * Add a new project to the tracker (must have admin - * privileges) + * Add a new project to the tracker (must have admin privileges) */ public java.math.BigInteger mc_project_add(java.lang.String username, java.lang.String password, com.itsolut.mantis.binding.ProjectData project) throws java.rmi.RemoteException; @@ -152,8 +151,7 @@ public java.math.BigInteger mc_project_add(java.lang.String username, java.lang.String password, com.itsolut.mantis.binding.ProjectData project) throws java.rmi.RemoteException; /** - * Add a new project to the tracker (must have admin - * privileges) + * Add a new project to the tracker (must have admin privileges) */ public boolean mc_project_delete(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; @@ -158,8 +156,8 @@ public boolean mc_project_delete(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; /** - * Get the issues that match the specified project id and - * paging details. + * Get the issues that match the specified project id and paging + * details. */ public com.itsolut.mantis.binding.IssueData[] mc_project_get_issues(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger page_number, java.math.BigInteger per_page) throws java.rmi.RemoteException; @@ -164,8 +162,8 @@ public com.itsolut.mantis.binding.IssueData[] mc_project_get_issues(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger page_number, java.math.BigInteger per_page) throws java.rmi.RemoteException; /** - * Get the issue headers that match the specified project - * id and paging details. + * Get the issue headers that match the specified project id and + * paging details. */ public com.itsolut.mantis.binding.IssueHeaderData[] mc_project_get_issue_headers(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger page_number, java.math.BigInteger per_page) throws java.rmi.RemoteException; @@ -170,8 +168,7 @@ public com.itsolut.mantis.binding.IssueHeaderData[] mc_project_get_issue_headers(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger page_number, java.math.BigInteger per_page) throws java.rmi.RemoteException; /** - * Get appropriate users assigned to a project by access - * level. + * Get appropriate users assigned to a project by access level. */ public com.itsolut.mantis.binding.AccountData[] mc_project_get_users(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger access) throws java.rmi.RemoteException; @@ -176,8 +173,8 @@ public com.itsolut.mantis.binding.AccountData[] mc_project_get_users(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger access) throws java.rmi.RemoteException; /** - * Get the list of projects that are accessible to the - * logged in user. + * Get the list of projects that are accessible to the logged + * in user. */ public com.itsolut.mantis.binding.ProjectData[] mc_projects_get_user_accessible(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException; @@ -207,8 +204,7 @@ public boolean mc_project_version_delete(java.lang.String username, java.lang.String password, java.math.BigInteger version_id) throws java.rmi.RemoteException; /** - * Get the released versions that belong to the specified - * project. + * Get the released versions that belong to the specified project. */ public com.itsolut.mantis.binding.ProjectVersionData[] mc_project_get_released_versions(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; @@ -213,8 +209,7 @@ public com.itsolut.mantis.binding.ProjectVersionData[] mc_project_get_released_versions(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; /** - * Get the unreleased version that belong to the specified - * project. + * Get the unreleased version that belong to the specified project. */ public com.itsolut.mantis.binding.ProjectVersionData[] mc_project_get_unreleased_versions(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; @@ -219,8 +214,7 @@ public com.itsolut.mantis.binding.ProjectVersionData[] mc_project_get_unreleased_versions(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; /** - * Get the attachments that belong to the specified - * project. + * Get the attachments that belong to the specified project. */ public com.itsolut.mantis.binding.ProjectAttachmentData[] mc_project_get_attachments(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; @@ -225,8 +219,7 @@ public com.itsolut.mantis.binding.ProjectAttachmentData[] mc_project_get_attachments(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; /** - * Get the custom fields that belong to the specified - * project. + * Get the custom fields that belong to the specified project. */ public com.itsolut.mantis.binding.CustomFieldDefinitionData[] mc_project_get_custom_fields(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; @@ -251,8 +244,7 @@ public com.itsolut.mantis.binding.FilterData[] mc_filter_get(java.lang.String username, java.lang.String password, java.math.BigInteger project_id) throws java.rmi.RemoteException; /** - * Get the issues that match the specified filter and - * paging details. + * Get the issues that match the specified filter and paging details. */ public com.itsolut.mantis.binding.IssueData[] mc_filter_get_issues(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger filter_id, java.math.BigInteger page_number, java.math.BigInteger per_page) throws java.rmi.RemoteException; @@ -257,8 +249,8 @@ public com.itsolut.mantis.binding.IssueData[] mc_filter_get_issues(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger filter_id, java.math.BigInteger page_number, java.math.BigInteger per_page) throws java.rmi.RemoteException; /** - * Get the issue headers that match the specified filter - * and paging details. + * Get the issue headers that match the specified filter and paging + * details. */ public com.itsolut.mantis.binding.IssueHeaderData[] mc_filter_get_issue_headers(java.lang.String username, java.lang.String password, java.math.BigInteger project_id, java.math.BigInteger filter_id, java.math.BigInteger page_number, java.math.BigInteger per_page) throws java.rmi.RemoteException; @@ -268,8 +260,8 @@ public java.lang.String mc_config_get_string(java.lang.String username, java.lang.String password, java.lang.String config_var) throws java.rmi.RemoteException; /** - * Notifies Mantis of a check-in for the issue with the - * specified id. + * Notifies Mantis of a check-in for the issue with the specified + * id. */ public boolean mc_issue_checkin(java.lang.String username, java.lang.String password, java.math.BigInteger issue_id, java.lang.String comment, boolean fixed) throws java.rmi.RemoteException; } Index: src/com/itsolut/mantis/binding/IssueData.java =================================================================== --- src/com/itsolut/mantis/binding/IssueData.java (revision 211) +++ src/com/itsolut/mantis/binding/IssueData.java (working copy) @@ -54,6 +54,8 @@ private java.lang.String fixed_in_version; + private java.lang.String target_version; + private java.lang.String description; private java.lang.String steps_to_reproduce; @@ -95,6 +97,7 @@ com.itsolut.mantis.binding.ObjectRef eta, com.itsolut.mantis.binding.ObjectRef resolution, java.lang.String fixed_in_version, + java.lang.String target_version, java.lang.String description, java.lang.String steps_to_reproduce, java.lang.String additional_information, @@ -125,6 +128,7 @@ this.eta = eta; this.resolution = resolution; this.fixed_in_version = fixed_in_version; + this.target_version = target_version; this.description = description; this.steps_to_reproduce = steps_to_reproduce; this.additional_information = additional_information; @@ -596,6 +600,26 @@ /** + * Gets the target_version value for this IssueData. + * + * @return target_version + */ + public java.lang.String getTarget_version() { + return target_version; + } + + + /** + * Sets the target_version value for this IssueData. + * + * @param target_version + */ + public void setTarget_version(java.lang.String target_version) { + this.target_version = target_version; + } + + + /** * Gets the description value for this IssueData. * * @return description @@ -815,6 +839,9 @@ ((this.fixed_in_version==null && other.getFixed_in_version()==null) || (this.fixed_in_version!=null && this.fixed_in_version.equals(other.getFixed_in_version()))) && + ((this.target_version==null && other.getTarget_version()==null) || + (this.target_version!=null && + this.target_version.equals(other.getTarget_version()))) && ((this.description==null && other.getDescription()==null) || (this.description!=null && this.description.equals(other.getDescription()))) && @@ -916,6 +943,9 @@ if (getFixed_in_version() != null) { _hashCode += getFixed_in_version().hashCode(); } + if (getTarget_version() != null) { + _hashCode += getTarget_version().hashCode(); + } if (getDescription() != null) { _hashCode += getDescription().hashCode(); } @@ -1141,6 +1171,13 @@ elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); + elemField.setFieldName("target_version"); + elemField.setXmlName(new javax.xml.namespace.QName("", "target_version")); + elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); + elemField.setMinOccurs(0); + elemField.setNillable(false); + typeDesc.addFieldDesc(elemField); + elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("description"); elemField.setXmlName(new javax.xml.namespace.QName("", "description")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); Index: src/com/itsolut/mantis/binding/AccountData.java =================================================================== --- src/com/itsolut/mantis/binding/AccountData.java (revision 211) +++ src/com/itsolut/mantis/binding/AccountData.java (working copy) @@ -8,12 +8,7 @@ package com.itsolut.mantis.binding; public class AccountData implements java.io.Serializable { - /** - * - */ - private static final long serialVersionUID = -5109861826118871916L; - - private java.math.BigInteger id; + private java.math.BigInteger id; private java.lang.String name; Index: src/com/itsolut/mantis/binding/MantisConnectBindingStub.java =================================================================== --- src/com/itsolut/mantis/binding/MantisConnectBindingStub.java (revision 211) +++ src/com/itsolut/mantis/binding/MantisConnectBindingStub.java (working copy) @@ -1160,7 +1160,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[0]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_version"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_version"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_version")); @@ -1191,7 +1191,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[1]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_status"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_status"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_status")); @@ -1222,7 +1222,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[2]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_priorities"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_priorities"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_priorities")); @@ -1253,7 +1253,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[3]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_severities"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_severities"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_severities")); @@ -1284,7 +1284,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[4]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_reproducibilities"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_reproducibilities"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_reproducibilities")); @@ -1315,7 +1315,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[5]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_projections"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_projections"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_projections")); @@ -1346,7 +1346,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[6]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_etas"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_etas"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_etas")); @@ -1377,7 +1377,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[7]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_resolutions"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_resolutions"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_resolutions")); @@ -1408,7 +1408,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[8]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_access_levels"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_access_levels"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_access_levels")); @@ -1439,7 +1439,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[9]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_project_status"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_project_status"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_project_status")); @@ -1470,7 +1470,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[10]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_project_view_states"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_project_view_states"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_project_view_states")); @@ -1501,7 +1501,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[11]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_view_states"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_view_states"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_view_states")); @@ -1532,7 +1532,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[12]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_custom_field_types"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_custom_field_types"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_custom_field_types")); @@ -1563,7 +1563,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[13]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_enum_get"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_enum_get"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_enum_get")); @@ -1594,7 +1594,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[14]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_exists"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_exists"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_exists")); @@ -1625,7 +1625,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[15]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_get"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_get"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_get")); @@ -1656,7 +1656,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[16]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_get_biggest_id"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_get_biggest_id"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_get_biggest_id")); @@ -1687,7 +1687,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[17]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_get_id_from_summary"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_get_id_from_summary"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_get_id_from_summary")); @@ -1718,7 +1718,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[18]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_add"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_add"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_add")); @@ -1749,7 +1749,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[19]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_update"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_update"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_update")); @@ -1780,7 +1780,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[20]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_delete"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_delete"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_delete")); @@ -1811,7 +1811,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[21]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_note_add"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_note_add"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_note_add")); @@ -1842,7 +1842,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[22]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_note_delete"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_note_delete"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_note_delete")); @@ -1873,7 +1873,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[23]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_relationship_add"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_relationship_add"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_relationship_add")); @@ -1904,7 +1904,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[24]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_relationship_delete"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_relationship_delete"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_relationship_delete")); @@ -1935,7 +1935,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[25]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_attachment_add"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_attachment_add"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_attachment_add")); @@ -1966,7 +1966,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[26]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_attachment_delete"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_attachment_delete"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_attachment_delete")); @@ -1997,7 +1997,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[27]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_attachment_get"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_attachment_get"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_attachment_get")); @@ -2028,7 +2028,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[28]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_add"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_add"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_add")); @@ -2059,7 +2059,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[29]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_delete"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_delete"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_delete")); @@ -2090,7 +2090,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[30]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_issues"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_issues"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_issues")); @@ -2121,7 +2121,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[31]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_issue_headers"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_issue_headers"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_issue_headers")); @@ -2152,7 +2152,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[32]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_users"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_users"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_users")); @@ -2183,7 +2183,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[33]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_projects_get_user_accessible"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_projects_get_user_accessible"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_projects_get_user_accessible")); @@ -2214,7 +2214,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[34]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_categories"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_categories"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_categories")); @@ -2245,7 +2245,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[35]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_versions"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_versions"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_versions")); @@ -2276,7 +2276,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[36]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_version_add"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_version_add"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_version_add")); @@ -2307,7 +2307,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[37]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_version_update"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_version_update"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_version_update")); @@ -2338,7 +2338,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[38]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_version_delete"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_version_delete"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_version_delete")); @@ -2369,7 +2369,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[39]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_released_versions"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_released_versions"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_released_versions")); @@ -2400,7 +2400,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[40]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_unreleased_versions"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_unreleased_versions"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_unreleased_versions")); @@ -2431,7 +2431,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[41]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_attachments"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_attachments"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_attachments")); @@ -2462,7 +2462,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[42]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_get_custom_fields"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_get_custom_fields"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_get_custom_fields")); @@ -2493,7 +2493,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[43]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_attachment_get"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_attachment_get"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_attachment_get")); @@ -2524,7 +2524,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[44]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_attachment_add"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_attachment_add"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_attachment_add")); @@ -2555,7 +2555,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[45]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_project_attachment_delete"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_project_attachment_delete"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_project_attachment_delete")); @@ -2586,7 +2586,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[46]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_filter_get"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_filter_get"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_filter_get")); @@ -2617,7 +2617,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[47]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_filter_get_issues"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_filter_get_issues"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_filter_get_issues")); @@ -2648,7 +2648,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[48]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_filter_get_issue_headers"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_filter_get_issue_headers"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_filter_get_issue_headers")); @@ -2679,7 +2679,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[49]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_config_get_string"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_config_get_string"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_config_get_string")); @@ -2710,7 +2710,7 @@ org.apache.axis.client.Call _call = createCall(); _call.setOperation(_operations[50]); _call.setUseSOAPAction(true); - _call.setSOAPActionURI("mantisconnect.php/mc_issue_checkin"); + _call.setSOAPActionURI("http://192.168.30.53/mantis/api/soap/mantisconnect.php/mc_issue_checkin"); _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS); _call.setOperationName(new javax.xml.namespace.QName("http://futureware.biz/mantisconnect", "mc_issue_checkin")); Index: src/com/itsolut/mantis/core/MantisAttributeMapper.java =================================================================== --- src/com/itsolut/mantis/core/MantisAttributeMapper.java (revision 211) +++ src/com/itsolut/mantis/core/MantisAttributeMapper.java (working copy) @@ -71,6 +71,7 @@ SUMMARY(Key.SUMMARY, "Summary:", TaskAttribute.TYPE_SHORT_TEXT, true, false), VERSION(Key.VERSION, "Version:", TaskAttribute.TYPE_SINGLE_SELECT, false, false), FIXED_IN(Key.FIXED_IN, "Fixed In:", TaskAttribute.TYPE_SINGLE_SELECT, false, false), + TARGET_VERSION(Key.TARGET_VERSION, "Target Version:", TaskAttribute.TYPE_SINGLE_SELECT, false, false), VIEW_STATE(Key.VIEW_STATE, "View State:", TaskAttribute.TYPE_SHORT_TEXT, true, true), NEW_COMMENT(Key.NEW_COMMENT, "new_comment", TaskAttribute.TYPE_LONG_RICH_TEXT, true, false), ATTACHID(Key.ATTACHID, "attachid", TaskAttribute.TYPE_SHORT_TEXT, false, false), Index: src/com/itsolut/mantis/core/MantisRepositoryConnector.java =================================================================== --- src/com/itsolut/mantis/core/MantisRepositoryConnector.java (revision 211) +++ src/com/itsolut/mantis/core/MantisRepositoryConnector.java (working copy) @@ -334,8 +334,7 @@ public Date getCompletionDate() { if (MantisUtils.isCompleted(getTaskData().getRoot() .getAttribute( - MantisAttributeMapper.Attribute.STATUS - .toString()).getValue())) { + MantisAttributeMapper.Attribute.STATUS.getKey()).getValue())) { return getModificationDate(); } else { return null; Index: src/com/itsolut/mantis/core/MantisAxis1SOAPClient.java =================================================================== --- src/com/itsolut/mantis/core/MantisAxis1SOAPClient.java (revision 211) +++ src/com/itsolut/mantis/core/MantisAxis1SOAPClient.java (working copy) @@ -337,6 +337,7 @@ ticket.putBuiltinValue(Key.STATUS, issue.getStatus().getName()); ticket.putBuiltinValue(Key.VERSION, issue.getVersion()); ticket.putBuiltinValue(Key.FIXED_IN, issue.getFixed_in_version()); + ticket.putBuiltinValue(Key.TARGET_VERSION,issue.getTarget_version()); ticket.putBuiltinValue(Key.ADDITIONAL_INFO, issue.getAdditional_information()); ticket.putBuiltinValue(Key.STEPS_TO_REPRODUCE, issue.getSteps_to_reproduce()); @@ -604,6 +605,7 @@ issue.setVersion(issueVersion); issue.setFixed_in_version(ticket.getValue(Key.FIXED_IN)); + issue.setTarget_version(ticket.getValue(Key.TARGET_VERSION)); issue.setSteps_to_reproduce(ticket.getValue(Key.STEPS_TO_REPRODUCE)); issue.setAdditional_information(ticket.getValue(Key.ADDITIONAL_INFO)); Index: src/com/itsolut/mantis/core/model/MantisTicket.java =================================================================== --- src/com/itsolut/mantis/core/model/MantisTicket.java (revision 211) +++ src/com/itsolut/mantis/core/model/MantisTicket.java (working copy) @@ -64,6 +64,7 @@ VERSION("version"), VIEW_STATE("view_state"), FIXED_IN("fixed_in"), + TARGET_VERSION("target_version"), NEW_COMMENT("new_comment"), ATTACHID("attachid"), ATTACHMENT("attachment"), Index: src/com/itsolut/mantis/core/MantisTaskDataHandler.java =================================================================== --- src/com/itsolut/mantis/core/MantisTaskDataHandler.java (revision 211) +++ src/com/itsolut/mantis/core/MantisTaskDataHandler.java (working copy) @@ -416,6 +416,7 @@ .getName()); createAttribute(data, MantisAttributeMapper.Attribute.VERSION, null); createAttribute(data, MantisAttributeMapper.Attribute.FIXED_IN, null); + createAttribute(data, MantisAttributeMapper.Attribute.TARGET_VERSION, null); createAttribute(data, MantisAttributeMapper.Attribute.PROJECTION, client.getProjection(), client.getProjection()[0].getName()); @@ -481,6 +482,11 @@ fixInVerAttr.clearOptions(); fixInVerAttr.putOption("none", "");// Add empty option + TaskAttribute targetVerAttr = getAttribute(data, + MantisAttributeMapper.Attribute.TARGET_VERSION.getKey()); + targetVerAttr.clearOptions(); + targetVerAttr.putOption("none", ""); + for (MantisVersion v : client.getVersions(getAttribute(data, MantisAttributeMapper.Attribute.PROJECT.getKey()) .getValue())) { @@ -492,6 +498,7 @@ if (v.isReleased()) repInVerAttr.putOption(v.getName(), v.getName()); fixInVerAttr.putOption(v.getName(), v.getName()); + targetVerAttr.putOption(v.getName(), v.getName()); } /* If the value is empty then the issue has not yet been fixed */ @@ -500,6 +507,9 @@ if (MantisUtils.isEmpty(repInVerAttr.getValue())) repInVerAttr.setValue("none"); + + if (MantisUtils.isEmpty(targetVerAttr.getValue())) + targetVerAttr.setValue("none"); } catch (MantisException ex) { MantisCorePlugin.log(new Status(Status.ERROR, Index: mantisconnect.wsdl =================================================================== --- mantisconnect.wsdl (revision 211) +++ mantisconnect.wsdl (working copy) @@ -1,1972 +1,1123 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Get the enumeration for statuses. - - - - - - - Get the enumeration for priorities. - - - - - - - Get the enumeration for severities. - - - - - - - Get the enumeration for reproducibilities. - - - - - - - Get the enumeration for projections. - - - - - - Get the enumeration for ETAs. - - - - - - Get the enumeration for resolutions. - - - - - - - Get the enumeration for access levels. - - - - - - - Get the enumeration for project statuses. - - - - - - - Get the enumeration for project view states. - - - - - - - Get the enumeration for view states. - - - - - - - Get the enumeration for custom field types. - - - - - - - Get the enumeration for the specified enumeration type. - - - - - - - Check there exists an issue with the specified id. - - - - - - - Get the issue with the specified id. - - - - - - - Get the latest submitted issue in the specified project. - - - - - - - Get the id of the issue with the specified summary. - - - - - - - Submit the specified issue details. - - - - - - Update Issue method. - - - - - - Delete the issue with the specified id. - - - - - - Submit a new note. - - - - - - Delete the note with the specified id. - - - - - - Submit a new relationship. - - - - - - Delete the relationship for the specified issue. - - - - - - - Submit a new issue attachment. - - - - - - - Delete the issue attachment with the specified id. - - - - - - - Get the data for the specified issue attachment. - - - - - - - Add a new project to the tracker (must have admin - privileges) - - - - - - - Add a new project to the tracker (must have admin - privileges) - - - - - - - Get the issues that match the specified project id and - paging details. - - - - - - - Get the issue headers that match the specified project - id and paging details. - - - - - - - Get appropriate users assigned to a project by access - level. - - - - - - - Get the list of projects that are accessible to the - logged in user. - - - - - - - Get the categories belonging to the specified project. - - - - - - - Get the versions belonging to the specified project. - - - - - - - Submit the specified version details. - - - - - - Update version method. - - - - - - Delete the version with the specified id. - - - - - - - Get the released versions that belong to the specified - project. - - - - - - - Get the unreleased version that belong to the specified - project. - - - - - - - Get the attachments that belong to the specified - project. - - - - - - - Get the custom fields that belong to the specified - project. - - - - - - - Get the data for the specified project attachment. - - - - - - - Submit a new project attachment. - - - - - - - Delete the project attachment with the specified id. - - - - - - - Get the filters defined for the specified project. - - - - - - - Get the issues that match the specified filter and - paging details. - - - - - - - Get the issue headers that match the specified filter - and paging details. - - - - - - - Get the value for the specified configuration variable. - - - - - - - Notifies Mantis of a check-in for the issue with the - specified id. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Get the enumeration for statuses. + + + + + Get the enumeration for priorities. + + + + + Get the enumeration for severities. + + + + + Get the enumeration for reproducibilities. + + + + + Get the enumeration for projections. + + + + + Get the enumeration for ETAs. + + + + + Get the enumeration for resolutions. + + + + + Get the enumeration for access levels. + + + + + Get the enumeration for project statuses. + + + + + Get the enumeration for project view states. + + + + + Get the enumeration for view states. + + + + + Get the enumeration for custom field types. + + + + + Get the enumeration for the specified enumeration type. + + + + + Check there exists an issue with the specified id. + + + + + Get the issue with the specified id. + + + + + Get the latest submitted issue in the specified project. + + + + + Get the id of the issue with the specified summary. + + + + + Submit the specified issue details. + + + + + Update Issue method. + + + + + Delete the issue with the specified id. + + + + + Submit a new note. + + + + + Delete the note with the specified id. + + + + + Submit a new relationship. + + + + + Delete the relationship for the specified issue. + + + + + Submit a new issue attachment. + + + + + Delete the issue attachment with the specified id. + + + + + Get the data for the specified issue attachment. + + + + + Add a new project to the tracker (must have admin privileges) + + + + + Add a new project to the tracker (must have admin privileges) + + + + + Get the issues that match the specified project id and paging details. + + + + + Get the issue headers that match the specified project id and paging details. + + + + + Get appropriate users assigned to a project by access level. + + + + + Get the list of projects that are accessible to the logged in user. + + + + + Get the categories belonging to the specified project. + + + + + Get the versions belonging to the specified project. + + + + + Submit the specified version details. + + + + + Update version method. + + + + + Delete the version with the specified id. + + + + + Get the released versions that belong to the specified project. + + + + + Get the unreleased version that belong to the specified project. + + + + + Get the attachments that belong to the specified project. + + + + + Get the custom fields that belong to the specified project. + + + + + Get the data for the specified project attachment. + + + + + Submit a new project attachment. + + + + + Delete the project attachment with the specified id. + + + + + Get the filters defined for the specified project. + + + + + Get the issues that match the specified filter and paging details. + + + + + Get the issue headers that match the specified filter and paging details. + + + + + Get the value for the specified configuration variable. + + + + + Notifies Mantis of a check-in for the issue with the specified id. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: build.axis1.xml =================================================================== --- build.axis1.xml (revision 211) +++ build.axis1.xml (working copy) @@ -18,7 +18,7 @@ output="${gen.src.dir}" testcase="false" verbose="true" - url="mantisconnect.wsdl"> + url="file:///C:/Documents and Settings/jallers.TOWN/My Documents/workspace.mylyn.mantis/com.itsolut.mantis.core/mantisconnect.wsdl">