Created
July 2, 2019 13:56
-
-
Save mayribeirofernandes/c4e959b2ff38d1bb4b5348f0ea0e35b4 to your computer and use it in GitHub Desktop.
Exemplo de XML manipulado via Robot Framework - Library XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <Body> | |
| <consultarAvisosPendentes xmlns=""> | |
| <idConsultante>ID_DEPOIS</idConsultante> | |
| <dataReferencia>02072019</dataReferencia> | |
| <senhaConsultante>9999999</senhaConsultante> | |
| <outroParametro nome="atendimentoPlantao" valor="false">false</outroParametro> | |
| <outroParametro nome="urgente" valor="true">true</outroParametro> | |
| <outroParametro nome="mayara" valor="QA">true</outroParametro> | |
| </consultarAvisosPendentes> | |
| </Body> | |
| </Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment