Input Message of Operation 'listarTitularAgenciaLote'

Differences:

Input Template

The message templates below show how an original message and a message based on the modified WSDL will look like.

Original Modified
<ns1:listarTitularAgenciaLote xmlns:ns1='backoffice.credito.tfs.totvs.com'>
<!-- optional -->
  <listar>
<!-- optional -->
    <codigoEmpresa>?999?</codigoEmpresa>
<!-- optional -->
    <codigoUnidade>?999?</codigoUnidade>
<!-- optional -->
    <dataProximoProcessamento>2008-12-31</dataProximoProcessamento>
<!-- from 0 to unbounded -->
<!-- This element may be left empty if xsi:nil='true' is set. -->
<!-- possible value: LIQ, possible value: CAU, possible value: COB, possible value: VIN, possible value: OPE, possible value: EDE, possible value: ELI, possible value: AEC, possible value: CVI, possible value: TLP, possible value: TCO, possible value: INS, possible value: ATI, possible value: CES, possible value: DEV, possible value: TGA, possible value: RNG, possible value: TRF, possible value: LMU, possible value: RCV, possible value: SBF, possible value: SDE, possible value: DES, possible value: EMP, possible value: FIN, possible value: INT, possible value: LEA, possible value: REX, possible value: RIN, possible value: FIA, possible value: AVL, possible value: FIF, possible value: REE, possible value: RDE, possible value: DIN, possible value: CNR, possible value: DCV, possible value: DLP, possible value: DLT, possible value: CBO, possible value: CNB, possible value: AJS, possible value: APC, possible value: ERN, possible value: CRD -->
    <listarIndicadorTipoLote>???</listarIndicadorTipoLote>
  </listar>
<!-- optional -->
  <pageable>
<!-- optional -->
    <page>?999?</page>
<!-- optional -->
    <size>?999?</size>
  </pageable>
</ns1:listarTitularAgenciaLote>
<ns1:listarTitularAgenciaLote xmlns:ns1='backoffice.credito.tfs.totvs.com'>
<!-- optional -->
  <listar>
<!-- optional -->
    <codigoEmpresa>?999?</codigoEmpresa>
<!-- optional -->
    <codigoUnidade>?999?</codigoUnidade>
<!-- optional -->
    <dataProximoProcessamento>2008-12-31</dataProximoProcessamento>
<!-- from 0 to unbounded -->
<!-- This element may be left empty if xsi:nil='true' is set. -->
<!-- possible value: LIQ, possible value: CAU, possible value: COB, possible value: VIN, possible value: OPE, possible value: EDE, possible value: ELI, possible value: AEC, possible value: CVI, possible value: TLP, possible value: TCO, possible value: INS, possible value: ATI, possible value: CES, possible value: DEV, possible value: TGA, possible value: RNG, possible value: TRF, possible value: LMU, possible value: RCV, possible value: SBF, possible value: SDE, possible value: DES, possible value: EMP, possible value: FIN, possible value: INT, possible value: LEA, possible value: REX, possible value: RIN, possible value: FIA, possible value: AVL, possible value: FIF, possible value: REE, possible value: RDE, possible value: DIN, possible value: CNR, possible value: DCV, possible value: DLP, possible value: DLT, possible value: CBO, possible value: CNB, possible value: AJS, possible value: APC, possible value: ERN, possible value: CRD, possible value: EEX -->
    <listarIndicadorTipoLote>???</listarIndicadorTipoLote>
  </listar>
<!-- optional -->
  <pageable>
<!-- optional -->
    <page>?999?</page>
<!-- optional -->
    <size>?999?</size>
  </pageable>
</ns1:listarTitularAgenciaLote>

Schema Definition

The following schemas are only showing definitions that are relevant to the message. The real schemas might be bigger.

Original Modified
<xsd:schema targetNamespace='backoffice.credito.tfs.totvs.com' attributeFormDefault='unqualified' elementFormDefault='unqualified' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:tns='backoffice.credito.tfs.totvs.com'>
  <xsd:element name='listarTitularAgenciaLote' type='tns:listarTitularAgenciaLote' />
  <xsd:complexType name='listarTitularAgenciaLote'>
    <xsd:sequence minOccurs='1' maxOccurs='1'>
      <xsd:element name='listar' type='tns:titularAgenciaLoteFiltroDTO' minOccurs='0' />
      <xsd:element name='pageable' type='tns:pageRequest' minOccurs='0' />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name='titularAgenciaLoteFiltroDTO'>
    <xsd:sequence minOccurs='1' maxOccurs='1'>
      <xsd:element name='codigoEmpresa' type='xsd:int' minOccurs='0' />
      <xsd:element name='codigoUnidade' type='xsd:int' minOccurs='0' />
      <xsd:element name='dataProximoProcessamento' type='xsd:date' minOccurs='0' />
      <xsd:element name='listarIndicadorTipoLote' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:tipoLote' minOccurs='0' maxOccurs='unbounded' nillable='true' />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name='pageRequest'>
    <xsd:sequence minOccurs='1' maxOccurs='1'>
      <xsd:element name='page' type='xsd:int' minOccurs='0' />
      <xsd:element name='size' type='xsd:int' minOccurs='0' />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:simpleType name='tipoLote'>
    <xsd:restriction base='xsd:string'>
      <xsd:enumeration value='LIQ' />
      <xsd:enumeration value='CAU' />
      <xsd:enumeration value='COB' />
      <xsd:enumeration value='VIN' />
      <xsd:enumeration value='OPE' />
      <xsd:enumeration value='EDE' />
      <xsd:enumeration value='ELI' />
      <xsd:enumeration value='AEC' />
      <xsd:enumeration value='CVI' />
      <xsd:enumeration value='TLP' />
      <xsd:enumeration value='TCO' />
      <xsd:enumeration value='INS' />
      <xsd:enumeration value='ATI' />
      <xsd:enumeration value='CES' />
      <xsd:enumeration value='DEV' />
      <xsd:enumeration value='TGA' />
      <xsd:enumeration value='RNG' />
      <xsd:enumeration value='TRF' />
      <xsd:enumeration value='LMU' />
      <xsd:enumeration value='RCV' />
      <xsd:enumeration value='SBF' />
      <xsd:enumeration value='SDE' />
      <xsd:enumeration value='DES' />
      <xsd:enumeration value='EMP' />
      <xsd:enumeration value='FIN' />
      <xsd:enumeration value='INT' />
      <xsd:enumeration value='LEA' />
      <xsd:enumeration value='REX' />
      <xsd:enumeration value='RIN' />
      <xsd:enumeration value='FIA' />
      <xsd:enumeration value='AVL' />
      <xsd:enumeration value='FIF' />
      <xsd:enumeration value='REE' />
      <xsd:enumeration value='RDE' />
      <xsd:enumeration value='DIN' />
      <xsd:enumeration value='CNR' />
      <xsd:enumeration value='DCV' />
      <xsd:enumeration value='DLP' />
      <xsd:enumeration value='DLT' />
      <xsd:enumeration value='CBO' />
      <xsd:enumeration value='CNB' />
      <xsd:enumeration value='AJS' />
      <xsd:enumeration value='APC' />
      <xsd:enumeration value='ERN' />
      <xsd:enumeration value='CRD' />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:schema>
<xsd:schema targetNamespace='backoffice.credito.tfs.totvs.com' attributeFormDefault='unqualified' elementFormDefault='unqualified' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:tns='backoffice.credito.tfs.totvs.com'>
  <xsd:element name='listarTitularAgenciaLote' type='tns:listarTitularAgenciaLote' />
  <xsd:complexType name='listarTitularAgenciaLote'>
    <xsd:sequence minOccurs='1' maxOccurs='1'>
      <xsd:element name='listar' type='tns:titularAgenciaLoteFiltroDTO' minOccurs='0' />
      <xsd:element name='pageable' type='tns:pageRequest' minOccurs='0' />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name='titularAgenciaLoteFiltroDTO'>
    <xsd:sequence minOccurs='1' maxOccurs='1'>
      <xsd:element name='codigoEmpresa' type='xsd:int' minOccurs='0' />
      <xsd:element name='codigoUnidade' type='xsd:int' minOccurs='0' />
      <xsd:element name='dataProximoProcessamento' type='xsd:date' minOccurs='0' />
      <xsd:element name='listarIndicadorTipoLote' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:tipoLote' minOccurs='0' maxOccurs='unbounded' nillable='true' />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name='pageRequest'>
    <xsd:sequence minOccurs='1' maxOccurs='1'>
      <xsd:element name='page' type='xsd:int' minOccurs='0' />
      <xsd:element name='size' type='xsd:int' minOccurs='0' />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:simpleType name='tipoLote'>
    <xsd:restriction base='xsd:string'>
      <xsd:enumeration value='LIQ' />
      <xsd:enumeration value='CAU' />
      <xsd:enumeration value='COB' />
      <xsd:enumeration value='VIN' />
      <xsd:enumeration value='OPE' />
      <xsd:enumeration value='EDE' />
      <xsd:enumeration value='ELI' />
      <xsd:enumeration value='AEC' />
      <xsd:enumeration value='CVI' />
      <xsd:enumeration value='TLP' />
      <xsd:enumeration value='TCO' />
      <xsd:enumeration value='INS' />
      <xsd:enumeration value='ATI' />
      <xsd:enumeration value='CES' />
      <xsd:enumeration value='DEV' />
      <xsd:enumeration value='TGA' />
      <xsd:enumeration value='RNG' />
      <xsd:enumeration value='TRF' />
      <xsd:enumeration value='LMU' />
      <xsd:enumeration value='RCV' />
      <xsd:enumeration value='SBF' />
      <xsd:enumeration value='SDE' />
      <xsd:enumeration value='DES' />
      <xsd:enumeration value='EMP' />
      <xsd:enumeration value='FIN' />
      <xsd:enumeration value='INT' />
      <xsd:enumeration value='LEA' />
      <xsd:enumeration value='REX' />
      <xsd:enumeration value='RIN' />
      <xsd:enumeration value='FIA' />
      <xsd:enumeration value='AVL' />
      <xsd:enumeration value='FIF' />
      <xsd:enumeration value='REE' />
      <xsd:enumeration value='RDE' />
      <xsd:enumeration value='DIN' />
      <xsd:enumeration value='CNR' />
      <xsd:enumeration value='DCV' />
      <xsd:enumeration value='DLP' />
      <xsd:enumeration value='DLT' />
      <xsd:enumeration value='CBO' />
      <xsd:enumeration value='CNB' />
      <xsd:enumeration value='AJS' />
      <xsd:enumeration value='APC' />
      <xsd:enumeration value='ERN' />
      <xsd:enumeration value='CRD' />
      <xsd:enumeration value='EEX' />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:schema>