sendPrivadas code example
Example: sendPrivadas
POST /services/isis.asmx HTTP/1.1
Host: misi.edu.pt
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:/schemas.edu.pt/misi/services/sendPrivadas"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<authenticationToken xmlns="urn:/schemas.edu.pt/misi/services">
<userID>string</userID>
<passwordHash>string</passwordHash>
</authenticationToken>
</soap:Header>
<soap:Body>
<sendPrivadas xmlns="urn:/schemas.edu.pt/misi/services">
<privadas />
</sendPrivadas>
</soap:Body>
</soap:Envelope>