<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: wadl client stub</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: wadl client stub</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-05-26T05:39:51Z</updated>
  <dc:date>2013-05-26T05:39:51Z</dc:date>
  <entry>
    <title>RE: deleting an imported user</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5834926" />
    <author>
      <name>Bilge Cetin</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5834926</id>
    <updated>2012-06-07T13:25:36Z</updated>
    <published>2012-06-07T13:25:36Z</published>
    <summary type="html">Ok, I found it:
utils cuc users bulk_clean_orphans mapentries

Also here is the relevant link in the cisco forums: https://supportforums.cisco.com/message/3590990#3590990

Thanks a lot for the lead.</summary>
    <dc:creator>Bilge Cetin</dc:creator>
    <dc:date>2012-06-07T13:25:36Z</dc:date>
  </entry>
  <entry>
    <title>deleting an imported user</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5834837" />
    <author>
      <name>Bilge Cetin</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5834837</id>
    <updated>2012-06-07T12:39:05Z</updated>
    <published>2012-06-07T12:39:05Z</published>
    <summary type="html">Hi,
I believe I come across a bug. 
 
When I import a user, let's say testuser, from LDAP. Then do the deletion for the test user as

&lt;pre style="padding: 1em; border: 1px dashed #2f6fab; background-color: #f9f9f9; line-height: 1.1em;"&gt;DELETE http://&lt;connection-server&gt;/vmrest/users/{objectid}&lt;/pre&gt;

 
The user is deleted however when I want to import the same user again from LDAP, the user is not listed in the import user list (even after an LDAP sync). I believe there is an internal mechanism blocking imported users to be listed in the import user list. And after a wadl deletion, the user us still kept in that blocked list to be shown.
 
If I do the same deletion from the admin interface, I experience no problem. And the deleted user is listed back again in the import user list.
 
The CUC version that I am using is 8.6.1.20000-109.
 
Can anybody propose a work around or am i doing something wrong?</summary>
    <dc:creator>Bilge Cetin</dc:creator>
    <dc:date>2012-06-07T12:39:05Z</dc:date>
  </entry>
  <entry>
    <title>RE: wadl client stub</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5811881" />
    <author>
      <name>Bilge Cetin</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5811881</id>
    <updated>2012-06-04T14:37:28Z</updated>
    <published>2012-06-04T14:37:28Z</published>
    <summary type="html">My resolution is:
- open the application.wadl file with an editor
- remove the part: 
&lt;resource path="/transferoptions/{TransferOptionType}"&gt;
                &lt;param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" style="template" name="TransferOptionType"/&gt;
                &lt;method name="GET" id="getTransferOptions"&gt;
                    &lt;request&gt;
                        &lt;param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" style="query" name="userobjectid"/&gt;
                    &lt;/request&gt;
                    &lt;response&gt;
                        &lt;representation mediaType="application/xml"/&gt;
                        &lt;representation mediaType="application/json"/&gt;
                    &lt;/response&gt;
                &lt;/method&gt;
            &lt;/resource&gt;
- then run the wadl2java command again</summary>
    <dc:creator>Bilge Cetin</dc:creator>
    <dc:date>2012-06-04T14:37:28Z</dc:date>
  </entry>
</feed>

