According to an MSDN entry about advanced data types, XML columns are compatible with LONGVARCHAR and other types, such as CLOB. What is the error you’re seeing? I assume you’re using a SQL Server specific JDBC driver.
Also, if this is new code you may want to strongly consider using the JDBC adapter and avoiding the WmDB package.