We have a customer that has an application that add's station and voicemail when a new user is added to the corp AD. ( From a DEV connect partner) Works fine. But in the app if we change the password it removes the voice-mailbox rather than change the password.
I can see that the command being sent to the SMGR is a change not a delete.
Anyone seen this ?
The complete XML is (stripped namespaces), it only a delta change on the messaging password:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<delta:deltaUserList>
<delta:userDelta>
<loginName>%s</loginName>
<commProfileSet>
<commProfileSetName>Primary</commPofileSetName>
<isPrimary>true</isPrimary>
<commProfileList>
<commProfile xsi:type="ns10:xmlMessagingProfile" xmlns:ns10=" <commProfileType>Messaging</commProfileType>
<ns10:messagingName>%s</ns10:messagingName>
<ns10:mailboxNumber>%s</ns10:mailboxNumber>
<ns10assword>%s</ns10assword>
</commProfile>
</commProfileList>
</commProfileSet>
</delta:userDelta>
</delta:deltaUserList>'
Ken Means
"I find that the harder I work, the more luck I seem to have."
- Thomas Jefferson (1743-1826)
I can see that the command being sent to the SMGR is a change not a delete.
Anyone seen this ?
The complete XML is (stripped namespaces), it only a delta change on the messaging password:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<delta:deltaUserList>
<delta:userDelta>
<loginName>%s</loginName>
<commProfileSet>
<commProfileSetName>Primary</commPofileSetName>
<isPrimary>true</isPrimary>
<commProfileList>
<commProfile xsi:type="ns10:xmlMessagingProfile" xmlns:ns10=" <commProfileType>Messaging</commProfileType>
<ns10:messagingName>%s</ns10:messagingName>
<ns10:mailboxNumber>%s</ns10:mailboxNumber>
<ns10assword>%s</ns10assword>
</commProfile>
</commProfileList>
</commProfileSet>
</delta:userDelta>
</delta:deltaUserList>'
Ken Means
"I find that the harder I work, the more luck I seem to have."
- Thomas Jefferson (1743-1826)