Sample Updatedata Request
The following example shows an Updatedata request:
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<UPDATEDATA__CompIntfc__USER_PROFILE>
<UserID>username</UserID>
<UserDescription>updated description</UserDescription>
<EmailAddresses>
<EmailType>BUS</EmailType>
<EmailAddress>Updated@updated.com</EmailAddress>
</EmailAddresses>
</UPDATEDATA__CompIntfc__USER_PROFILE>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>