PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, August 26, 2022

[FIXED] Why are DocuSign CustomFields not deserializing from envelope?

 August 26, 2022     docusignapi, xml     No comments   

Issue

Just this past week, our tests against the DocuSign demo API are failing. We've traced it to a Custom Field in a local DocuSignEnvelopeInformation class that appears to have been auto-generated when the functionality was first put into place. This class is part of a return call from DocuSign that has been in place for years.

The Custom Field has four properties. The xml has started coming in with the nodes in a different order than they normally would, and is causing the deserialization into a local Custom Field class to fail.

It may be that all I need to do is remove the "Order=.." in the xml serialization attribute. But I'm curious to know why this would suddenly not work. We noticed this problem on 2/19/2020.


Solution

This issue was reported previously and it was due to a bug in our demo environment, the fix was released yesterday 2/23. By now this should not be causing any issues anymore.



Answered By - Gloriana Marin
Answer Checked By - Gilberto Lyons (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing