Alrighty. Step 1) Generate Web service client code with JAX-WS. Check. Done. Awesome. Step 2) Generate xsd-compliant java source with JAXB. Yessir. Checkaroonie. Sweet. Step 3) For specific web service methods that require an XML Document as a parameter, bind the Marshalled JAXB document to the parameter. For Service methods that return an XML document, bind a JAXB-compliant bean to the ...