•  
      request #2093 Type {https://demo.tuleap.net/plugins/tracker/soap}TrackerWorkflowRuleArray is referenced but not defined.
    Infos
    #2093
    Stéphane Bégaudeau (begaudeaus)
    2013-02-07 09:16
    2013-01-07 15:28
    1137
    Details
    In the wsdl, the type tns:TrackerWorkflowRuleArray is used by the type TrackerWorkflow but it does not exist in the wsdl file.

    <xsd:complexType name="TrackerWorkflow">
    <xsd:sequence>
    <xsd:element name="field_id" type="xsd:int" />
    <xsd:element name="is_used" type="xsd:int" />
    <xsd:element name="rules" type="tns:TrackerWorkflowRuleArray" />
    <xsd:element name="transitions" type="tns:TrackerWorkflowTransitionArray" />
    </xsd:sequence>
    </xsd:complexType>

    wsdl: https://demo.tuleap.net/plugins/tracker/soap/view-wsdl
    API
    5.7
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Mélanie Bats (mbats)
    Stage
    dylan bowden (dylan)
    Closed
    Empty
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar
    • Status changed from New to Closed
    • Assigned to changed from None to dylan bowden (dylan)
    • Platform set to
    • Is an Enhancement or an internal improvement? set to
    User avatar
    dylan bowden (dylan)2013-01-08 15:07
    It seems that there's a typo and that TrackerWorkflowRules in the section
    <xsd:complexType name="TrackerWorkflowRules">
    <xsd:choice>
    <xsd:element name="date" type="tns:TrackerWorkflowRuleDateArray" />
    <xsd:element name="list" type="tns:TrackerWorkflowRuleListArray" />
    </xsd:choice>
    </xsd:complexType>

    should in fact be TrackerWorkflowRuleArray.