In the
documentation, I do not see any means of setting the type attributes of a node
contained in a SOAP header. Am I overlooking something? Is there a way to do
this?
For example, I want
to create:
<soapenv:Header>
<ns1:SomeID xsi:type="xsd:string" xmlns:ns1="http://www.myns.org/NS">1</ns1:SomeID>
</soapenv:Header>
<ns1:SomeID xsi:type="xsd:string" xmlns:ns1="http://www.myns.org/NS">1</ns1:SomeID>
</soapenv:Header>
I am currently able
through the CPP APIs to create that but without the xsi:type attribute. Do
the facilities exist to add the attribute?
Thanks,
Brian
