When the SQL adapter receives a message, it looks at the first child node of the root node.
If this is an updategram message (updg: sync xmlns:updg=”urn:schemas-microsoft-com:xml-updategram” >
Then the adapter uses SQLXML to apply the updategram.
Otherwise it will use this nodes name as a stored procedure name, and any child nodes as parameters to the stored procedure.
How did you create the schema for the message you are sending to the SQL adapter?