The message templates below show how an original message and a message based on the modified WSDL will look like.
Original | Modified |
---|---|
<ns1:listarTituloDespesaAdicional xmlns:ns1='backoffice.credito.tfs.totvs.com'> <!-- optional --> <listar> <!-- optional --> <codigoEmpresa>?999?</codigoEmpresa> <!-- optional --> <codigoUnidade>?999?</codigoUnidade> <!-- optional --> <codigoCliente>?999?</codigoCliente> <!-- optional --> <siglaModalidade>?XXX?</siglaModalidade> <!-- optional --> <numeroContrato>?999?</numeroContrato> <!-- optional --> <numeroAdlib>?999?</numeroAdlib> <!-- optional --> <numeroNossoNumero>?999?</numeroNossoNumero> <!-- optional --> <dataVencimentoInicial>2008-12-31</dataVencimentoInicial> <!-- optional --> <dataVencimentoFim>2008-12-31</dataVencimentoFim> <!-- optional --> <codigoClienteResponsavel>?999?</codigoClienteResponsavel> <!-- optional --> <!-- possible value: AVALISTA, possible value: DEVEDOR_SOLIDARIO, possible value: REPASSADOR, possible value: INTERVENIENTE, possible value: CONVENIADO, possible value: TITULAR, possible value: BENEFICIARIO, possible value: BANCO_EMISSOR, possible value: BANCO_AVISADOR, possible value: BANCO_PAGADOR, possible value: EMITENTE, possible value: INTERVENIENTE_GARANTIDOR, possible value: CESSIONARIO, possible value: CEDENTE, possible value: PAGADOR, possible value: CONTATO_COMERCIAL, possible value: FIADOR, possible value: FIEL_DEPOSITARIO, possible value: FORNECEDOR, possible value: CORRESPONDENTE, possible value: CONSIGNANTE, possible value: COOBRIGADO, possible value: RESPONSABILIDADE_EMPRESA, possible value: GARANTIDOR, possible value: SEGURADORA --> <tipoParticipante>???</tipoParticipante> <!-- optional --> <!-- possible value: ATIVO, possible value: PASSIVO, possible value: COMPENSADO_ATIVO, possible value: COMPENSADO_PASSIVO --> <naturezaContabil>???</naturezaContabil> <!-- optional --> <dataEmissao>?XXX?</dataEmissao> <!-- optional --> <siglaProduto>?XXX?</siglaProduto> <!-- optional --> <siglaCarteira>?XXX?</siglaCarteira> <!-- optional --> <seuNumero>?XXX?</seuNumero> <!-- optional --> <!-- possible value: PENDENTE, possible value: PROCESSANDO, possible value: ERRO, possible value: CONCLUIDO --> <statusProcessamento>???</statusProcessamento> </listar> <!-- optional --> <pageable> <!-- optional --> <page>?999?</page> <!-- optional --> <size>?999?</size> </pageable> </ns1:listarTituloDespesaAdicional> |
<ns1:listarTituloDespesaAdicional xmlns:ns1='backoffice.credito.tfs.totvs.com'> <!-- optional --> <listar> <!-- optional --> <codigoEmpresa>?999?</codigoEmpresa> <!-- optional --> <codigoUnidade>?999?</codigoUnidade> <!-- optional --> <codigoCliente>?999?</codigoCliente> <!-- optional --> <siglaModalidade>?XXX?</siglaModalidade> <!-- optional --> <numeroContrato>?999?</numeroContrato> <!-- optional --> <numeroAdlib>?999?</numeroAdlib> <!-- optional --> <numeroNossoNumero>?999?</numeroNossoNumero> <!-- optional --> <numeroSequenciaNossoNumero>?999?</numeroSequenciaNossoNumero> <!-- optional --> <dataVencimentoInicial>2008-12-31</dataVencimentoInicial> <!-- optional --> <dataVencimentoFim>2008-12-31</dataVencimentoFim> <!-- optional --> <dataEmissao>?XXX?</dataEmissao> <!-- optional --> <!-- possible value: PENDENTE, possible value: PROCESSANDO, possible value: ERRO, possible value: CONCLUIDO --> <statusProcessamento>???</statusProcessamento> </listar> <!-- optional --> <pageable> <!-- optional --> <page>?999?</page> <!-- optional --> <size>?999?</size> </pageable> </ns1:listarTituloDespesaAdicional> |
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='listarTituloDespesaAdicional' type='tns:listarTituloDespesaAdicional' /> <xsd:complexType name='listarTituloDespesaAdicional'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='listar' type='tns:tituloDespesaAdicionalFiltroDTO' minOccurs='0' /> <xsd:element name='pageable' type='tns:pageRequest' minOccurs='0' /> </xsd:sequence> </xsd:complexType> <xsd:complexType name='tituloDespesaAdicionalFiltroDTO'> <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='codigoCliente' type='xsd:long' minOccurs='0' /> <xsd:element name='siglaModalidade' type='xsd:string' minOccurs='0' /> <xsd:element name='numeroContrato' type='xsd:long' minOccurs='0' /> <xsd:element name='numeroAdlib' type='xsd:int' minOccurs='0' /> <xsd:element name='numeroNossoNumero' type='xsd:long' minOccurs='0' /> <xsd:element name='dataVencimentoInicial' type='xsd:date' minOccurs='0' /> <xsd:element name='dataVencimentoFim' type='xsd:date' minOccurs='0' /> <xsd:element name='codigoClienteResponsavel' type='xsd:long' minOccurs='0' /> <xsd:element name='tipoParticipante' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:tipoParticipante' minOccurs='0' /> <xsd:element name='naturezaContabil' xmlns:ns1='http://core.credito.tfs.totvs.com' type='ns1:naturezaContabil' minOccurs='0' /> <xsd:element name='dataEmissao' type='xsd:string' minOccurs='0' /> <xsd:element name='siglaProduto' type='xsd:string' minOccurs='0' /> <xsd:element name='siglaCarteira' type='xsd:string' minOccurs='0' /> <xsd:element name='seuNumero' type='xsd:string' minOccurs='0' /> <xsd:element name='statusProcessamento' type='tns:statusProcessamentoSeguro' minOccurs='0' /> </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='tipoParticipante'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='AVALISTA' /> <xsd:enumeration value='DEVEDOR_SOLIDARIO' /> <xsd:enumeration value='REPASSADOR' /> <xsd:enumeration value='INTERVENIENTE' /> <xsd:enumeration value='CONVENIADO' /> <xsd:enumeration value='TITULAR' /> <xsd:enumeration value='BENEFICIARIO' /> <xsd:enumeration value='BANCO_EMISSOR' /> <xsd:enumeration value='BANCO_AVISADOR' /> <xsd:enumeration value='BANCO_PAGADOR' /> <xsd:enumeration value='EMITENTE' /> <xsd:enumeration value='INTERVENIENTE_GARANTIDOR' /> <xsd:enumeration value='CESSIONARIO' /> <xsd:enumeration value='CEDENTE' /> <xsd:enumeration value='PAGADOR' /> <xsd:enumeration value='CONTATO_COMERCIAL' /> <xsd:enumeration value='FIADOR' /> <xsd:enumeration value='FIEL_DEPOSITARIO' /> <xsd:enumeration value='FORNECEDOR' /> <xsd:enumeration value='CORRESPONDENTE' /> <xsd:enumeration value='CONSIGNANTE' /> <xsd:enumeration value='COOBRIGADO' /> <xsd:enumeration value='RESPONSABILIDADE_EMPRESA' /> <xsd:enumeration value='GARANTIDOR' /> <xsd:enumeration value='SEGURADORA' /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name='naturezaContabil'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='ATIVO' /> <xsd:enumeration value='PASSIVO' /> <xsd:enumeration value='COMPENSADO_ATIVO' /> <xsd:enumeration value='COMPENSADO_PASSIVO' /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name='statusProcessamentoSeguro'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='PENDENTE' /> <xsd:enumeration value='PROCESSANDO' /> <xsd:enumeration value='ERRO' /> <xsd:enumeration value='CONCLUIDO' /> </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='listarTituloDespesaAdicional' type='tns:listarTituloDespesaAdicional' /> <xsd:complexType name='listarTituloDespesaAdicional'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='listar' type='tns:tituloDespesaAdicionalFiltroDTO' minOccurs='0' /> <xsd:element name='pageable' type='tns:pageRequest' minOccurs='0' /> </xsd:sequence> </xsd:complexType> <xsd:complexType name='tituloDespesaAdicionalFiltroDTO'> <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='codigoCliente' type='xsd:long' minOccurs='0' /> <xsd:element name='siglaModalidade' type='xsd:string' minOccurs='0' /> <xsd:element name='numeroContrato' type='xsd:long' minOccurs='0' /> <xsd:element name='numeroAdlib' type='xsd:int' minOccurs='0' /> <xsd:element name='numeroNossoNumero' type='xsd:long' minOccurs='0' /> <xsd:element name='numeroSequenciaNossoNumero' type='xsd:long' minOccurs='0' /> <xsd:element name='dataVencimentoInicial' type='xsd:date' minOccurs='0' /> <xsd:element name='dataVencimentoFim' type='xsd:date' minOccurs='0' /> <xsd:element name='dataEmissao' type='xsd:string' minOccurs='0' /> <xsd:element name='statusProcessamento' type='tns:statusProcessamentoSeguro' minOccurs='0' /> </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='statusProcessamentoSeguro'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='PENDENTE' /> <xsd:enumeration value='PROCESSANDO' /> <xsd:enumeration value='ERRO' /> <xsd:enumeration value='CONCLUIDO' /> </xsd:restriction> </xsd:simpleType> </xsd:schema> |