The message templates below show how an original message and a message based on the modified WSDL will look like.
Original | Modified |
---|---|
<ns1:removerConfiguracaoIntegracao xmlns:ns1='efinanceira.legais.tfs.totvs.com'> <!-- optional --> <codigoConfiguracaoIntegracao>?999?</codigoConfiguracaoIntegracao> </ns1:removerConfiguracaoIntegracao> |
<ns1:removerConfiguracaoIntegracao xmlns:ns1='efinanceira.legais.tfs.totvs.com'> <!-- optional --> <codigoConfiguracaoIntegracao>?999?</codigoConfiguracaoIntegracao> <!-- optional --> <codigoEmpresa>?999?</codigoEmpresa> </ns1:removerConfiguracaoIntegracao> |
The following schemas are only showing definitions that are relevant to the message. The real schemas might be bigger.
Original | Modified |
---|---|
<xsd:schema targetNamespace='efinanceira.legais.tfs.totvs.com' attributeFormDefault='unqualified' elementFormDefault='unqualified' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:tns='efinanceira.legais.tfs.totvs.com'> <xsd:element name='removerConfiguracaoIntegracao' type='tns:removerConfiguracaoIntegracao' /> <xsd:complexType name='removerConfiguracaoIntegracao'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='codigoConfiguracaoIntegracao' type='xsd:long' minOccurs='0' /> </xsd:sequence> </xsd:complexType> </xsd:schema> |
<xsd:schema targetNamespace='efinanceira.legais.tfs.totvs.com' attributeFormDefault='unqualified' elementFormDefault='unqualified' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:tns='efinanceira.legais.tfs.totvs.com'> <xsd:element name='removerConfiguracaoIntegracao' type='tns:removerConfiguracaoIntegracao' /> <xsd:complexType name='removerConfiguracaoIntegracao'> <xsd:sequence minOccurs='1' maxOccurs='1'> <xsd:element name='codigoConfiguracaoIntegracao' type='xsd:long' minOccurs='0' /> <xsd:element name='codigoEmpresa' type='xsd:long' minOccurs='0' /> </xsd:sequence> </xsd:complexType> </xsd:schema> |