Created
May 12, 2016 17:26
-
-
Save jhurtadojerves/ffccff7dda8beb3bca049d6059069283 to your computer and use it in GitHub Desktop.
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
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:acad="http://academico.espoch.edu.ec/"> | |
| <soapenv:Header> | |
| <acad:credentials> | |
| <!--Optional:--> | |
| <acad:username>user</acad:username> | |
| <!--Optional:--> | |
| <acad:password>password</acad:password> | |
| </acad:credentials> | |
| </soapenv:Header> | |
| <soapenv:Body> | |
| <acad:GetDatosEstudianteMatriculado> | |
| <!--Optional:--> | |
| <acad:strCedula>idEstudiante</acad:strCedula> | |
| </acad:GetDatosEstudianteMatriculado> | |
| </soapenv:Body> | |
| </soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment