<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Using XML::Compile::WSDL11, I can load a .wsdl and invoke<br>
</div><div style="font-family:arial,sans-serif;font-size:13px">     $wsdl-&gt;explain($call_name, PERL =&gt; &#39;INPUT&#39;, ...<br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>such that the types of the call&#39;s parameters are properly described in detail, e.g.,</div>
<div>     # is a xsd:long<br></div><div><br></div><div>Making the call results in a SOAP message that does not include type information in the attributes, e.g., xsi:type=&quot;xsd:long&quot;.  If explain() is aware of the types, I would (naively) think that the call is also aware of and able to include the types.  How may I adjust my configuration so that when a call is made the type information is included in the attributes?</div>
<div><br></div><div>Thank you,</div><div>Kingsley</div><div><br></div></div></div>