XMLTupleSpaceShared.XMLTupleHelper.buildSoapNode Function
Serializes an object to an Xml representation (in soap)

Public System.Xml.XmlNode buildSoapNode (XMLTupleSpaceShared.ExtendedXmlDocument, object)
  Type Name Description  
    ExtendedXmlDocument xmldoc the Xmldoc for append the node  
    object obj the object to build for  
  Return Description  
    System.Xml.XmlNode the object in soap as XmlNode