Well, I really need to do this exact thing. I am actually sending an arbitrary Data Structure (more precisely, arbitrary Java Bean), serialized into XML (SOAP encoding).
I am trying to send a complete XML document within workflow XML envelope (as a field in InputContainer). It looks like Workflow tries to parse it and therefore returns "malformed message" re ...