Looks like MTOM really wasn't enabled on the server side.... I had the @EnableMTOM annotation on the Interface and not the Implementation class, which doesn't work apparently. When I manually configured the service through spring and set the property directly it started working. Then moved the annotation over to the implementation class and everything works like a champ now.
-- View this message in context: http://www.nabble.com/Datahander-return-problem-tf4114745.html#a11703640 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
