Deployment of Autogenerated WSDL cdts

Hi,

 

I have recently updated my WSDL cdts in my dev environment using Refresh Services in the smart service. When trying to deploy a nested wsdl cdt to QA environment, I am receiving the below error.

 

An error occurred while updating datatype [id=6974 uuid={http://www.mycompany.com/Appian/namespace/v2/}postProviderLocationsRequest$anonymous]: The type cannot be imported because it references a type [{http://www.mycompany.com/Appian/namespace/v2/}location] for which no <xsd:include/> or <xsd:import/> XSD directive appears on its definition. (APNX-1-4047-00C) (APNX-1-4071-008)

 

I notice that, while the cdt postProviderLocationsRequest was refreshed in dev, location cdt was not updated. Also, the type definition of location in postProviderLocationsRequest says [Unnamed Type].

What is the cause of this error? Should location be included in the package? Should location have also refreshed?

  Discussion posts and replies are publicly visible

Parents
  • Hi Rachelz,

    I use to deploy all the effected CDTs + any child CDTS and related process models that use these CDTs.

    The error says that the child CDT is not part of the Parent CDT,
    The Relationship use to be configured via <xsd:include/> or <xsd:import/> those are missing in the parent CDT's it seems. Please download the XSD and then check this relationship

Reply
  • Hi Rachelz,

    I use to deploy all the effected CDTs + any child CDTS and related process models that use these CDTs.

    The error says that the child CDT is not part of the Parent CDT,
    The Relationship use to be configured via <xsd:include/> or <xsd:import/> those are missing in the parent CDT's it seems. Please download the XSD and then check this relationship

Children
No Data