Created
July 2, 2019 13:54
-
-
Save mayribeirofernandes/29f0c718cce12636ed10198b7655e1f5 to your computer and use it in GitHub Desktop.
XML para exemplo do uso da Library XML Robot Framework
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"?> | |
| <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <SOAP-ENV:Body> | |
| <consultarAvisosPendentes> | |
| <idConsultante>ID_ANTES</idConsultante> | |
| <senhaConsultante>12345678</senhaConsultante> | |
| <dataReferencia>19000101000000</dataReferencia> | |
| <outroParametro valor="false" nome="atendimentoPlantao">false</outroParametro> | |
| <outroParametro valor="true" nome="urgente">true</outroParametro> | |
| </consultarAvisosPendentes> | |
| </SOAP-ENV:Body> | |
| </SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment