Title: Message

I have not tried this but I hope that you can use createAttribute() on the node object.

Please have a look at BasicNode.h in include folder.

 

Thanks,

Samisa…

 

-----Original Message-----
From: Brian Abbott [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 3:14 PM
To: [email protected]
Subject: SOAP Headers - Setting Type information

 

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>

 

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

Reply via email to