<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///R:%5CTEMP%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

<p class="MsoNormal">Hello,</p>

<p class="MsoNormal">Continuation of the problem regarding the TypeCode in the Any.<br></p>

<p class="MsoNormal">I tried the following:</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">CORBA::TypeCode_var
tc_any_a = orb-&gt;create_alias_tc(&quot;IDL:c/<u>l</u>/<u>c</u>/<u>s</u>/aList:1.0&quot;,&quot;alist&quot;,CORBA::_tc_any);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;"> </span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">CORBA::StructMemberSeq
a_tc_members;</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members.length(4);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[0].name
= CORBA::string_dup(&quot;n&quot;);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[0].type
= CORBA::TypeCode::_duplicate(CORBA::_tc_string);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[1].name
= CORBA::string_dup(&quot;v&quot;);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[1].type
= tc_any_a;</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[2].name
= CORBA::string_dup(&quot;f&quot;);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[2].type
= CORBA::TypeCode::_duplicate(CORBA::_tc_long);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[3].name
= CORBA::string_dup(&quot;l&quot;);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">a_tc_members[3].type
= CORBA::TypeCode::_duplicate(CORBA::_tc_short);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">CORBA::TypeCode_var
tc_a= orb-&gt;create_struct_tc(&quot;IDL:c/<u>l</u>/<u>c</u>/<u>s</u>/a:1.0&quot;,&quot;a&quot;,a_tc_members);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;"> </span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">CORBA::TypeCode_var
tc_alist= orb-&gt;create_sequence_tc(0, tc_a);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;">DynamicAny::DynAny_var
dv = daf-&gt;create_dyn_any_from_type_code(tc_alist);</span></p>

<p class="MsoNormal" style=""><span style="font-size: 8pt; font-family: &quot;Courier New&quot;; color: black;"> </span></p>

<p class="MsoNormal">My intention was to correctly insert the TypeCode information into the “a”. <br></p><p class="MsoNormal">The output was the same, no Type description nor Id related
to the list or the listlist TypeCode was found in the logs.</p>

<p class="MsoNormal">How can I insert the correct alias information to the
request? The server side cannot interpret the request I am sending. Am I misunderstanding
something?</p>

<p class="MsoNormal">Thanks in advance for the help.</p>

<p class="MsoNormal">Best Regards</p>

<p class="MsoNormal">PK</p>