We have been using DocuSign's SOAP based API calls to generate envelopes for our clients. We are having an issue while creating envelopes( and updating statuses of recipients) with one of our client's DocuSign account. Whenever we create an envelope using their DocuSign account's credentials, the envelope gets created but we are not able to get the envelope ID and the status of the envelope. We are getting the following error: "There is a problem with the XML that was received from the network."
The data at the root level is invalid. Line 1, position 1. at System.Xml.XmlExceptionHelper.ThrowXmlException(XmlDictionaryReader reader, String res, String arg1, String arg2, String arg3) at System.Xml.XmlUTF8TextReader.Read() at System.Xml.XmlBaseReader.IsStartElement() at System.Xml.XmlBaseReader.IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) at System.ServiceModel.Channels.ReceivedMessage.ReadStartEnvelope(XmlDictionaryReader reader) at System.ServiceModel.Channels.BufferedMessage..ctor(IBufferedMessageData messageData, RecycledMessageState recycledMessageState, Boolean[] understoodHeaders, Boolean understoodHeadersModified) at System.ServiceModel.Channels.TextMessageEncoderFactory.TextMessageEncoder.ReadMessage(ArraySegment1 buffer, BufferManager bufferManager, String contentType) at System.ServiceModel.Channels.HttpInput.DecodeBufferedMessage(ArraySegment1 buffer, Stream inputStream)The data at the root level is invalid. Line 1, position 1."
We are having same issues when we parse the DocuSign connect updates that we receive from this client's DocuSign account.
We also have tried creating the same envelope using another DocuSign account credentials and everything worked fine.
How do we resolve this issue?Is there anything wrong with this client's DocuSign account?