reg.register(Constants.URI_DEFAULT_SOAP_ENC, tm);
QName beanQName = new QName("typeNS", "Bean");
tm.register(SimpleBean.class,
beanQName,
new SimpleNonPrimitiveSerializerFactory(SimpleBean.class, beanQName),
new SimpleDeserializerFactory(SimpleBean.class, beanQName));
// Serialize the bean in to XML
msg.output(context);
// Get the XML as a string