Question

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

Why is my WCF web service presenting this object in a different namespace with different field names?

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

No correct solution

OTHER TIPS

I've never built a Java DocuSign Connect listener application, but I have built one with C#, and I did so by starting with the sample code on GitHub. The Java code is here -- https://github.com/docusign/DocuSign-eSignature-SDK/tree/master/Java/Connect -- if nothing else, perhaps comparing it with what you've got may help you identify the issue(s). Or, you might choose to start over by using the GitHub sample app as the basis for building your listener app -- the C# listener app was plug-and-play, I'd expect the Java version to be the same.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top