I have a java listener for working with Docusign connect. Checking out the logs for the connect calls I see the XML as I expected with form fields populated. However, for some reason when the object gets deserialized in the form data section is null. I think it may be related to the below SO question
I'm using apache CXF and Maven to download the API objects from
https://www.docusign.net/api/3.0/api.asmx?wsdl
However, the deserialized object looks to be different to the XML sent from connect. Has anyone come across this before or have gotten a listener working in java which can access the forms fields?
Thanks, Derm