I am using the Call Web Service smart service and providing the following WSDL f

I am using the Call Web Service smart service and providing the following WSDL for it:
<?xml version="1.0" encoding="ISO-8859-1"?>

<wsdl:definitions xmlns:soap="schemas.xmlsoap.org/.../"
          xmlns:tns="cpilookup.ws.soa.cheth.org"
          xmlns:cm="cpilookup.ws.soa.cheth.org/schema"
          xmlns:xs="www.w3.org/.../XMLSchema"
          xmlns:http="schemas.xmlsoap.org/.../"
          xmlns:wsdl="schemas.xmlsoap.org/.../"
          targetNamespace="cpilookup.ws.soa.cheth.org">

          <!-- Type definitions for input- and output parameters for webservice -->
          <wsdl:types>
                    <xs:schema targetNamespace="cpilookup.ws.soa.cheth.org">
                              <xs:import namespace="cpilookup.ws.soa.cheth.org/schema"
                              schemaLocation="patient_info.xsd"></xs:import>
                              <xs:element name="inputCPILookup">
                                        <xs:complexType>
                                                  <xs:sequence>
                                                            <xs:element type="cm:personInformation" name="person"/>
                                                  </xs:sequence>
                                        </xs:com...

patient_info.xsd

OriginalPostID-97094

OriginalPostID-97094

  Discussion posts and replies are publicly visible

Parents
  • ... g"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="postalCode" type="xs:string"/>
                        </xs:sequence>
              </xs:complexType>
              <xs:simpleType name="typeDateOfBirth">
                        <xs:restriction base="xs:int">
                                  <xs:minInclusive value="19000101" />
                                  <xs:maxInclusive value="29000101" />
                        </xs:restriction>
              </xs:simpleType>
              <xs:simpleType name="typeGender">
                        <xs:restriction base="xs:string">
                                  <xs:enumeration value="M" />
                                  <xs:enumeration value="F" />
                                  <xs:enumeration value="U" />
                        </xs:restriction>
              </xs:simpleType>
    </xs:schema>

    When I try to import this WSDL into the smart service, I get the following error:

    An error occurred while processing the WSDL. The WSDL may contain invalid or unsupported elements. (APNX-1-4040-000)

    This WSDL will import into SoapUI with no errors. I don't see anything non-standard about it or anything that should not be supported by Appian. Any suggestions?

    Thanks.
Reply
  • ... g"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="postalCode" type="xs:string"/>
                        </xs:sequence>
              </xs:complexType>
              <xs:simpleType name="typeDateOfBirth">
                        <xs:restriction base="xs:int">
                                  <xs:minInclusive value="19000101" />
                                  <xs:maxInclusive value="29000101" />
                        </xs:restriction>
              </xs:simpleType>
              <xs:simpleType name="typeGender">
                        <xs:restriction base="xs:string">
                                  <xs:enumeration value="M" />
                                  <xs:enumeration value="F" />
                                  <xs:enumeration value="U" />
                        </xs:restriction>
              </xs:simpleType>
    </xs:schema>

    When I try to import this WSDL into the smart service, I get the following error:

    An error occurred while processing the WSDL. The WSDL may contain invalid or unsupported elements. (APNX-1-4040-000)

    This WSDL will import into SoapUI with no errors. I don't see anything non-standard about it or anything that should not be supported by Appian. Any suggestions?

    Thanks.
Children
No Data