For the times you're forced to work with SOAP, I'm curious what strategies people use. We've tried a few to varying degrees of success:
• generate JEE adapters from the WSDL using some EOL JDK 8 binary
• map the entire structure with jackson XML bindings
• navigate the XML DOM for reads, and use document templates for writes
Does anyone know of any other methods? Perhaps a relatively modern library to handle the boilerplate?