My application package has a process model having a "Call a Web Service&quo

My application package has a process model having a "Call a Web Service" ss and also the cdt generated by the process model. When I inspected it on the test server, it threw an error:

An error occurred while importing the XSD. No types have been imported. Details: Invalid Type: Type Error: Qualified name not unique or temporary - .........(APNX-1-4050-000) (APNX-1-4071-007)

This error as per me could be because of the following:
1. The presence of both, the web service call and the respective cdt generated as a result of the web service call. But best practices suggests to include both in the package, so no problem here.
2. The cdt has a reference to Appian reserved namespace: <xsd:appinfo source="www.appian.com/.../2009">, not in the xsd namespace, but somewhere else in the xsd. But now when I have simulated the issue by importing only the xsd with the reserved namespace, it gets imported whithout any error. So even the...

OriginalPostID-126131

OriginalPostID-126131

  Discussion posts and replies are publicly visible

Parents
  • ... namespace issue can be neglected.
    3.The xsd has he following tag:
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="M"/>
    <xsd:enumeration value="F"/>
    </xsd:restriction>
    I dont know what enumeration means in Appian. Can that be the root cause?

    I already did a work around to fix this but want to get to the root cause as to why did I receive this error. Please suggest.
Reply
  • ... namespace issue can be neglected.
    3.The xsd has he following tag:
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="M"/>
    <xsd:enumeration value="F"/>
    </xsd:restriction>
    I dont know what enumeration means in Appian. Can that be the root cause?

    I already did a work around to fix this but want to get to the root cause as to why did I receive this error. Please suggest.
Children
No Data