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
  • ... s.soa.cheth.org/schema">

              <xs:complexType name="personInformation">
                        <xs:sequence>
                                  <xs:element minOccurs="1" maxOccurs="1" name="firstName" type="xs:string"/>
                                  <xs:element minOccurs="1" maxOccurs="1" name="lastName" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="middleName" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="gender" type="cmx:typeGender"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="birthDate" type="cmx:typeDateOfBirth"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="ssn" type="xs:string"/>
                        </xs:sequence>
              </xs:complexType>

              <xs:complexType name="personAddress">
                        <xs:sequence>
                                  <xs:element minOccurs="0" maxOccurs="3" name="streetAddress" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="city" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="state" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="country" type="xs:strin...
Reply
  • ... s.soa.cheth.org/schema">

              <xs:complexType name="personInformation">
                        <xs:sequence>
                                  <xs:element minOccurs="1" maxOccurs="1" name="firstName" type="xs:string"/>
                                  <xs:element minOccurs="1" maxOccurs="1" name="lastName" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="middleName" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="gender" type="cmx:typeGender"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="birthDate" type="cmx:typeDateOfBirth"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="ssn" type="xs:string"/>
                        </xs:sequence>
              </xs:complexType>

              <xs:complexType name="personAddress">
                        <xs:sequence>
                                  <xs:element minOccurs="0" maxOccurs="3" name="streetAddress" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="city" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="state" type="xs:string"/>
                                  <xs:element minOccurs="0" maxOccurs="1" name="country" type="xs:strin...
Children
No Data