Inherits from NSObject*
Creates a new SoapObject instance from a node.
+ (id) createWithNode: (CXMLNode*) node
Initializes the object with the contents of the node.
- (id) initWithNode: (CXMLNode*) node
Serializes the object to an XML string, minus the surrounding XML element.
- (NSMutableString*) serialize
- (NSMutableString*) serialize: (NSString*) nodeName
Serializes the elements contained in the object.
- (NSMutableString*) serializeElements
Serializes the attributes contained in the object.
- (NSMutableString*) serializeAttributes