You are on page 1of 1

<?xml version="1.0" encoding="UTF-8"?

>
<definitions xmlns:xsd1="http://www.entel.cl/EBM/GetCustomerAccount/v1"
xmlns:tns="http://www.entel.cl/ESC/GetCustomerAccount/v1"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/" name="CustomerAccount"
targetNamespace="http://www.entel.cl/ESC/GetCustomerAccount/v1">
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://www.entel.cl/EBM/GetCustomerAccount/v1"
schemaLocation="GetCustomerAccount_v1_EBM.xsd"/>
</schema>
<!--
<xs:schema xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<xs:import
schemaLocation="http://www.entel.cl/EBM/GetCustomerAccount/v1
GetCustomerAccount_v1_EBM.xsd"></xs:import>
</xs:schema>-->
</types>
<message name="GetCustomerAccount_REQ">
<part name="parameters" element="xsd1:GetCustomerAccount_REQ"/>
</message>
<message name="GetCustomerAccount_RSP">
<part name="parameters" element="xsd1:GetCustomerAccount_RSP"/>
</message>
<portType name="GetCustomerAccountPortType">
<operation name="GetCustomerAccount">
<input message="tns:GetCustomerAccount_REQ"/>
<output message="tns:GetCustomerAccount_RSP"/>
</operation>
</portType>

You might also like