<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:getLehrUmfangVonProfessor
soapenv:encodingStyle= "http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="UniVerwaltung">
<ProfName xsi:type="xsd:string">Sokrates</ProfName>
</ns1:getLehrUmfangVonProfessor>
</soapenv:Body>
</soapenv:Envelope>