<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AXL SOAPUI load Groups from a member in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678833#M2950</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You mean the line group is the Hunt List. If so, you can use getHuntList and will return uuid, description, name, members (members -&amp;gt; lineGroupName - uuid)...&lt;/P&gt;
&lt;P&gt;Hope this would help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thuy Doan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 06:31:09 GMT</pubDate>
    <dc:creator>TDoan</dc:creator>
    <dc:date>2018-08-01T06:31:09Z</dc:date>
    <item>
      <title>AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678164#M2947</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;Looking for a bit of help please as this is the final bit of my puzzle.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would like get the details from CUCM page about&amp;nbsp;groups from members search criteria using AXLtoolkit&amp;nbsp; in SOAPUI with API 11.5.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;this bit of code loads all members in a given group where the group is called "testgroup"&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/11.5"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:getLineGroup&amp;gt;
         &amp;lt;name&amp;gt;testgroup&amp;lt;name/&amp;gt;
         &amp;lt;returnedTags&amp;gt;
            &amp;lt;members&amp;gt;
               &amp;lt;member&amp;gt;
                  &amp;lt;directoryNumber&amp;gt;
                     &amp;lt;pattern/&amp;gt;
                  &amp;lt;/directoryNumber&amp;gt;
               &amp;lt;/member&amp;gt;
            &amp;lt;/members&amp;gt;
            &amp;lt;name/&amp;gt;
         &amp;lt;/returnedTags&amp;gt;
      &amp;lt;/ns:getLineGroup&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;What I am wanting to now do is the opposite of this.&lt;/P&gt;
&lt;P&gt;I am wanting to load all groups that a given member say member 70001 is in, I know that this member is in two groups but I now want to load those groups from the member search.&lt;/P&gt;
&lt;P&gt;Can you help with what call I need to do this with please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for any and all help given as always.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 09:40:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678164#M2947</guid>
      <dc:creator>softwareguy</dc:creator>
      <dc:date>2019-06-04T09:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678774#M2948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The getLineGroup function gets the particular name only. If you would like to list all line groups then you need to use listLineGroup. as follows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;A href="http://www.cisco.com/AXL/API/11.5" target="_blank"&gt;http://www.cisco.com/AXL/API/11.5&lt;/A&gt;"&amp;gt;&lt;BR /&gt; &amp;lt;soapenv:Header/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ns:listLineGroup sequence="1"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;searchCriteria&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;%&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/searchCriteria&amp;gt;');&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;returnedTags&amp;gt;&amp;lt;uuid/&amp;gt;&amp;lt;name/&amp;gt;&amp;lt;/returnedTags&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ns:listLineGroup&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: % = list all line groups in CUCM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In this example I only return uuid and name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this would help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Thuy Doan&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 03:07:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678774#M2948</guid>
      <dc:creator>TDoan</dc:creator>
      <dc:date>2018-08-01T03:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678824#M2949</link>
      <description>&lt;P&gt;Thank you Thuy Doan for your reply, however the answer you posted is not what I am looking for on this occasion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All this does is list the groups or list a group I already know the name of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to list all of the groups that a user/member is apart of, so the search criteria needs to include the user/member of that group in this case "70001" and as far as I can see the listLineGroup function does not allow for that search criteria.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I welcome all responses to solve this problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 05:26:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678824#M2949</guid>
      <dc:creator>softwareguy</dc:creator>
      <dc:date>2018-08-01T05:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678833#M2950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You mean the line group is the Hunt List. If so, you can use getHuntList and will return uuid, description, name, members (members -&amp;gt; lineGroupName - uuid)...&lt;/P&gt;
&lt;P&gt;Hope this would help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thuy Doan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 06:31:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678833#M2950</guid>
      <dc:creator>TDoan</dc:creator>
      <dc:date>2018-08-01T06:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678858#M2951</link>
      <description>&lt;P&gt;Hi Thuy Doan&lt;/P&gt;
&lt;P&gt;Thank you for the response.&lt;/P&gt;
&lt;P&gt;can you show me the code for this as i cannot get it work without a faultstring error or using a Hunt list to search for a line group but I need to use the user to search for groups they are apart of and this does not seem to be an option as i can see using getHuntList?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for any and all help&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 07:02:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678858#M2951</guid>
      <dc:creator>softwareguy</dc:creator>
      <dc:date>2018-08-01T07:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678880#M2952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This is a sample code as follows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;A href="http://www.cisco.com/AXL/API/11.5" target="_blank"&gt;http://www.cisco.com/AXL/API/11.5&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ns:getHuntList sequence="1"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;YourHuntName&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;returnedTags&amp;gt;&amp;lt;uuid/&amp;gt;&amp;lt;name/&amp;gt;&amp;lt;description/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;members&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;member&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uuid/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;lineGroupName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;uuid/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/lineGroupName&amp;gt; &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/member&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/members&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/returnedTags&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ns:getHuntList&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thuy Doan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 07:03:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678880#M2952</guid>
      <dc:creator>TDoan</dc:creator>
      <dc:date>2018-08-01T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678897#M2953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As I know getUser will return firstName, lastName, uuid, associatedGroups (userGroup, userRoles -&amp;gt; userRole)...&lt;/P&gt;
&lt;P&gt;If you getUserGroup will return uuid, name, members (member -&amp;gt; uuid), userRoles -&amp;gt; userRole -&amp;gt; uid,&lt;/P&gt;
&lt;P&gt;userRoles -&amp;gt; userRole -&amp;gt;roleName -&amp;gt; uuid)&lt;/P&gt;
&lt;P&gt;and getHuntList function. It depends on which function you want to use in your case.&lt;/P&gt;
&lt;P&gt;Hope this would help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thuy Doan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 07:18:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678897#M2953</guid>
      <dc:creator>TDoan</dc:creator>
      <dc:date>2018-08-01T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678898#M2954</link>
      <description>&lt;P&gt;Thank you Thuy Doan, however this still does not help. this has just moved the problem up. this is using a hunt list name as the search term.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to be clear I need to do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input a user/member of a group as the only search term in this test case "70001"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then need my query to output the groups or to be clearer the Line groups this member/user is part of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as far as i can see getHuntGroup, getLineGroup or getHuntList cannot be used in this way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;kind regards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 07:22:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678898#M2954</guid>
      <dc:creator>softwareguy</dc:creator>
      <dc:date>2018-08-01T07:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678906#M2955</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please confirm if &amp;lt;70001&amp;gt; is the hunt/line group or extension or group name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Thuy Doan&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 07:31:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678906#M2955</guid>
      <dc:creator>TDoan</dc:creator>
      <dc:date>2018-08-01T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678918#M2956</link>
      <description>&lt;P&gt;70001 is the username/extension, all users on my system are stored by a 5 digit number.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am needing to input in the username and output the group&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 07:46:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678918#M2956</guid>
      <dc:creator>softwareguy</dc:creator>
      <dc:date>2018-08-01T07:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678936#M2957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If &amp;lt;70001&amp;gt; is an username then you need to use getUser and will return firstName, lastName, associatedGroups....&lt;/P&gt;
&lt;P&gt;If &amp;lt;70001&amp;gt; is an extension then you need to use getLine and will return&amp;nbsp;pattern,&amp;nbsp;description,&amp;nbsp;presenceGroupName ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thuy Doan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 08:02:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3678936#M2957</guid>
      <dc:creator>TDoan</dc:creator>
      <dc:date>2018-08-01T08:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3679022#M2958</link>
      <description>&lt;P&gt;Thank you Thuy Doan for your continued patience here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;70001&amp;gt; is the username so I used getUser&lt;/P&gt;
&lt;P&gt;which loads fine when using userid as the search term and then loads everything from the CCUM page on that user except the two &lt;STRONG&gt;Line Groups&lt;/STRONG&gt; the user is in and that is the thing I need.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a return tag for getUser that will return the &lt;STRONG&gt;Line Groups&lt;/STRONG&gt; that the user is in?&lt;/P&gt;
&lt;P&gt;This is the code I am using&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/11.5"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:getUser&amp;gt;
         &amp;lt;userid&amp;gt;70001&amp;lt;/userid&amp;gt;
         &amp;lt;returnedTags&amp;gt;
            &amp;lt;firstName/&amp;gt;
            &amp;lt;displayName/&amp;gt;
            &amp;lt;lastName/&amp;gt;
            &amp;lt;iserid/&amp;gt;
            &amp;lt;mailid/&amp;gt;
            &amp;lt;associatedGroups&amp;gt;
		&amp;lt;userGroup&amp;gt;
		   &amp;lt;name/&amp;gt;
		   &amp;lt;userRoles&amp;gt;
		      &amp;lt;userRole/&amp;gt;
		   &amp;lt;/userRoles&amp;gt;
		&amp;lt;/userGroup&amp;gt;
            &amp;lt;/associatedGroups&amp;gt;
            &amp;lt;presenceGroupName/&amp;gt;
         &amp;lt;/returnedTags&amp;gt;
      &amp;lt;/ns:getUser&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also tried to use getLine however, the search pattern I am using does not load. I am trying the username that is also the extension &amp;lt;70001&amp;gt; I have also tried the wildcard option ”%” with no luck.&lt;/P&gt;
&lt;P&gt;This is the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/11.5"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:geLine&amp;gt;
         &amp;lt;pattern&amp;gt;70001&amp;lt;/pattern&amp;gt;
         &amp;lt;returnedTags&amp;gt;
            &amp;lt;pattern/&amp;gt;
            &amp;lt;description/&amp;gt;
            &amp;lt;usage/&amp;gt;
            &amp;lt;routePartitionName/&amp;gt;
            &amp;lt;aarNeighborhoodName/&amp;gt;
            &amp;lt;callPickupGroupName&amp;gt;
            &amp;lt;presenceGroupName/&amp;gt;
            &amp;lt;active/&amp;gt;
         &amp;lt;/returnedTags&amp;gt;
      &amp;lt;/ns:getLine&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can see on the CCUM page of user &amp;lt;70001&amp;gt; that the user is in &lt;STRONG&gt;Line Group&lt;/STRONG&gt; “testgroup” and “techgroup” but I cannot get this to load as an AXL request with the input of the user &amp;lt;70001&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for any and all help from everyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 10:38:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3679022#M2958</guid>
      <dc:creator>softwareguy</dc:creator>
      <dc:date>2018-08-01T10:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3679360#M2960</link>
      <description>&lt;P&gt;I think in order to get at the data 'backwards' like this, you will need to use a custom SQL query.&amp;nbsp; This seems to be a good starting point:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
  &amp;lt;soap:Body&amp;gt;
    &amp;lt;ns:executeSQLQuery xmlns:ns="http://www.cisco.com/AXL/API/11.5"&amp;gt;
      &amp;lt;sql xsi:type="xsd:string"&amp;gt;select linegroup.name from linegroup, numplan, linegroupnumplanmap 
      where linegroupnumplanmap.fklinegroup=linegroup.pkid and 
      linegroupnumplanmap.fknumplan=numplan.pkid and
      numplan.dnorpattern='1000'&amp;lt;/sql&amp;gt;
    &amp;lt;/ns:executeSQLQuery&amp;gt;
  &amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:08:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3679360#M2960</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2018-08-01T17:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3679809#M2961</link>
      <description>&lt;P&gt;Thank you for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Being fairly new to all of this I have never used SQL before, so I apologise for the delay in my reply as I have been trying to read what I can about SQL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works great thank you, I just need to understand now what the SQL query is actually doing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you dstaudt for the great reply. Is there there any documentation to explain SQL in this AXL stuff so I can understand and learn more?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you again&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:40:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3679809#M2961</guid>
      <dc:creator>softwareguy</dc:creator>
      <dc:date>2018-08-02T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: AXL SOAPUI load Groups from a member</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3680200#M2963</link>
      <description>Glad this helped &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The SQL does a SQL 'join' (actually an implicit inner join) that associates the three tables in the query based on the first two 'where' clause criteria, i.e. by their primary key fields.  An additional criteria at the end of the 'where' clause limits the results where the DN=1000.&lt;BR /&gt;&lt;BR /&gt;Some more detail on SQL joins: &lt;A href="https://en.wikipedia.org/wiki/Join_(SQL" target="_blank"&gt;https://en.wikipedia.org/wiki/Join_(SQL&lt;/A&gt;)</description>
      <pubDate>Thu, 02 Aug 2018 16:13:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/axl-soapui-load-groups-from-a-member/m-p/3680200#M2963</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2018-08-02T16:13:22Z</dc:date>
    </item>
  </channel>
</rss>

