Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 2
1 answer
79 views

I'm trying to make a digital audio synthesizer from scratch in C++ using a combination of resources. I'm using functions from raylib to play a raw audio stream. Here's the code: #include <iostream&...
Score of 0
0 answers
84 views

I have been tasked with updating numerous MS Word doc and docx files. The existing document files have an OLE Object consisting of a linked Word document which allowed all the files to have the ...
Score of 0
0 answers
81 views

We've RFH header value as a string in **RFHHeader** variable. and we've Request payload xml wrapped in Envelope to be sent via MQs to Service Hub. But Service Hub is expecting the payload as showcased ...
Score of 0
1 answer
35 views

In production, we use endpoint (1) for sending documents for signature in Docusign. We need a new flow where a non-subscriber user receives a pending signature notification, and only when this user ...
Score of 0
1 answer
52 views

I'm attempting to create a Docusign envelope from a template using the PHP sdk e-sign client: $apiClient = new ApiClient($config); // Create an Envelope from a template $templateId = env('TEMPLATE_ID'...
Score of 0
1 answer
72 views

I'm using Docusign API to gather monthly sent envelopes for reporting usign python. Here's my code: configuration = Configuration() configuration.host = "https://demo.docusign.net/restapi" ...
Score of 0
1 answer
129 views

I'm currently working on a Ruby on Rails application integrated with Docusign using code grant authentication. My goal is to send Docusign envelopes without attaching any documents from my Rails app. ...
Score of 0
1 answer
120 views

I need to create an Envelope using Rest API in Docusign, but I'm getting the response as The URL provided does not resolve to a resource. Tried the below code using (var httpClient = new HttpClient()) ...
Score of 0
1 answer
64 views

With Tink and AEAD I can perform envelope encryption in BigQuery. ref: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#enveloping https://fuchsia.googlesource.com/third_party/tink/...
Score of 0
1 answer
722 views

I'm working on a Peppol access point. In other words: our own webservice to implement in our software to send and receive invoices (to begin with). I have created function to get the business card of ...
Score of 0
2 answers
99 views

I am trying to use the docusign C# SDK to create and an envelope with a document to be signed. I have got it to a point where from my app I can create the envelopeDefinition, create the envelope using ...
Score of 0
1 answer
122 views

When creating an envelope using rest api, usually api returns the envelopeId and other information. Sometimes though, I am getting only a {status=processing} response. As this is randomly seen ...
Score of 0
1 answer
60 views

We use API connection to send envelopes. I found how to apply brand in the envelope but not group. Can I set the group (and associated parameters) in the envelope, as some of my users are identified ...
Score of 0
1 answer
865 views

I have an email message that contains an envelope and I want to access the contents of the envelope as a MimeMessage to retrieve the from,to,subject,body & attachment data. The problem is; once I ...
Score of 0
0 answers
115 views

I am implementing the IDispatchMessageInspector in the BeforeSendReply method, in which the signed xml is loaded. For clarity, an xml document without a signature. string testXml = System.IO.File....

15 30 50 per page
1
2 3 4 5
13