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 Reply Children
No Data