You would think so. I tried that earlier.
sent in:
<soapenv:Envelope xmlns:ns="http://www.cisco.com/AXL/API/8.5" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<ns:listDeviceProfile sequence="?">
<searchCriteria>
<name>%</name>
</searchCriteria>
</ns:listDeviceProfile>
</soapenv:Body>
</soapenv:Envelope>
Returns:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>Usage: Required returnedTags as empty tag or should contain requested tags</faultstring>
<detail>
<axlError>
<axlcode>5003</axlcode>
<axlmessage>Usage: Required returnedTags as empty tag or should contain requested tags</axlmessage>
<request>listDeviceProfile</request>
</axlError>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
So I beg to differ.

Did get the header right I think, Auth and SOAPAction: CUCM

B ver=8.5 listDeviceProfile