Skip to content

Instantly share code, notes, and snippets.

@jhurtadojerves
Created May 12, 2016 17:26
Show Gist options
  • Select an option

  • Save jhurtadojerves/ffccff7dda8beb3bca049d6059069283 to your computer and use it in GitHub Desktop.

Select an option

Save jhurtadojerves/ffccff7dda8beb3bca049d6059069283 to your computer and use it in GitHub Desktop.
<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