Host Not Included in Submit
The namespace of each xform submitted appears to be coming from the namespace of the highest level XML used for the xform, not for that specified for each individual xform.
Code Indicators
In any TransportMethod class, identify the TransportManager object, and find the 'messageListener->data' object. The first item of the Children vector should be the root item. This item's namespace should come from the namespace specified in the xmlns of the data object itself from the xhtml file, not from the xhtml file's namespace.
