getIssue returning data incompatible with MS .NET (complex objects )

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Highest
    • 3.2.1
    • Affects Version/s: None
    • Component/s: None
    • None
    • Environment:

      .NET
      Jira 3.2
      Soap

      if an issue is using custom fields, MS .NET xml parser will crash giving this error message Using V2:

      Below the error message returned:

      <b>The specified type was not recognized: name='string', namespace='http://schemas.xmlsoap.org/soap/encoding/', at <values xmlns=''>. </b>
      Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
      Exception Details: System.InvalidOperationException: The specified type was not recognized: name='string', namespace='http://schemas.xmlsoap.org/soap/encoding/', at <values xmlns=''>.
      Source Error:
      Line 184: [return: System.Xml.Serialization.SoapElementAttribute("getIssueReturn")]
      Line 185: public RemoteIssue getIssue(string in0, string in1) {
      Line 186: object[] results = this.Invoke("getIssue", new object[]

      { Line 187: in0, Line 188: in1}

      );

        1. CustomFieldError.zip
          81 kB
        2. jira-host.2005-05-31.log
          6 kB
        3. JiraSoapClient.zip
          56 kB
        4. request_withCustomFields.xml
          2 kB
        5. response_withCustomFields.xml
          3 kB
        6. stack_trace.txt
          2 kB

              Assignee:
              MarkC
              Reporter:
              Ubisoft MTL Jira Administrators
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: