Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-6821

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Highest
    • 3.2.1
    • None
    • None
    • None
    • .NET
      Jira 3.2
      Soap

    Description

      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}

      );

      Attachments

        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

        Issue Links

          Activity

            People

              mark@atlassian.com MarkC
              301c9720d86e Ubisoft MTL Jira Administrators
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: