The message templates below show how an original message and a message based on the modified WSDL will look like.
Original | Modified |
---|---|
<ns1:listarContaIsencaoTributo xmlns:ns1='backoffice.credito.tfs.totvs.com'> <!-- optional --> <listar> <!-- optional --> <!-- possible value: IOC, possible value: ISS --> <siglaTipoTributo>???</siglaTipoTributo> <!-- optional --> <codigoUnidade>?999?</codigoUnidade> <!-- optional --> <codigoCliente>?999?</codigoCliente> <!-- from 0 to unbounded --> <!-- This element may be left empty if xsi:nil='true' is set. --> <!-- possible value: IOC, possible value: ISS --> <listaTipoTributo>???</listaTipoTributo> </listar> <!-- optional --> <pageable> <!-- optional --> <page>?999?</page> <!-- optional --> <size>?999?</size> </pageable> </ns1:listarContaIsencaoTributo> |
<ns1:listarContaIsencaoTributo xmlns:ns1='backoffice.credito.tfs.totvs.com'> <!-- optional --> <listar> <!-- optional --> <!-- possible value: IOC, possible value: ISS, possible value: IVA --> <siglaTipoTributo>???</siglaTipoTributo> <!-- optional --> <codigoUnidade>?999?</codigoUnidade> <!-- optional --> <codigoCliente>?999?</codigoCliente> <!-- from 0 to unbounded --> <!-- This element may be left empty if xsi:nil='true' is set. --> <!-- possible value: IOC, possible value: ISS, possible value: IVA --> <listaTipoTributo>???</listaTipoTributo> </listar> <!-- optional --> <pageable> <!-- optional --> <page>?999?</page> <!-- optional --> <size>?999?</size> </pageable> </ns1:listarContaIsencaoTributo> |
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='listarContaIsencaoTributo' type='tns:listarContaIsencaoTributo' /> <xsd:complexType name='listarContaIsencaoTributo'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='listar' type='tns:contaIsencaoTributoFiltroDTO' minOccurs='0' /> <xsd:element name='pageable' type='tns:pageRequest' minOccurs='0' /> </xsd:sequence> </xsd:complexType> <xsd:complexType name='contaIsencaoTributoFiltroDTO'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='siglaTipoTributo' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:tipoTributo' minOccurs='0' /> <xsd:element name='codigoUnidade' type='xsd:int' minOccurs='0' /> <xsd:element name='codigoCliente' type='xsd:long' minOccurs='0' /> <xsd:element name='listaTipoTributo' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:tipoTributo' 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='tipoTributo'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='IOC' /> <xsd:enumeration value='ISS' /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name='tipoTributo'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='IOC' /> <xsd:enumeration value='ISS' /> </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='listarContaIsencaoTributo' type='tns:listarContaIsencaoTributo' /> <xsd:complexType name='listarContaIsencaoTributo'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='listar' type='tns:contaIsencaoTributoFiltroDTO' minOccurs='0' /> <xsd:element name='pageable' type='tns:pageRequest' minOccurs='0' /> </xsd:sequence> </xsd:complexType> <xsd:complexType name='contaIsencaoTributoFiltroDTO'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='siglaTipoTributo' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:tipoTributo' minOccurs='0' /> <xsd:element name='codigoUnidade' type='xsd:int' minOccurs='0' /> <xsd:element name='codigoCliente' type='xsd:long' minOccurs='0' /> <xsd:element name='listaTipoTributo' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:tipoTributo' 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='tipoTributo'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='IOC' /> <xsd:enumeration value='ISS' /> <xsd:enumeration value='IVA' /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name='tipoTributo'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='IOC' /> <xsd:enumeration value='ISS' /> <xsd:enumeration value='IVA' /> </xsd:restriction> </xsd:simpleType> </xsd:schema> |