cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1433
Views
0
Helpful
6
Replies

Epas soap im&p 11.5 group delete not working

Gilberto Millan
Level 1
Level 1

Hi everyone, i need some help here.

 

I'm using the soap epas webservices to manage the contact list of the end users, until now add or delete contacts works perfectly, also add a group which is created when a contact is added to a new group. The problem remains on the delete of an empty group, as the documentation says: when all the contacts of the groups are deleted then also the group is deleted, but on my clients the groups remains empty.

 

This is the soap message that i'm using to delete the contacts which works well:

 

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:urn="urn:cisco:epas:soap">
<soap:Header>
<urn:session-key>nnnnnnnnnn</urn:session-key>
</soap:Header>
<soap:Body>
<urn:delete-contact>
<!--1 or more repetitions:-->
<urn:group name="Cisco - Roma">
<!--1 or more repetitions:-->
<urn:persona-id domain="cisco.com">user1</urn:persona-id>
<urn:persona-id domain="cisco.com">user2</urn:persona-id>
<urn:persona-id domain="cisco.com">user3</urn:persona-id>
</urn:group>
</urn:delete-contact>
</soap:Body>
</soap:Envelope>

 

Any advice to do some troubleshooting would be very helpfull

 

And thanks !!!

6 Replies 6