188 questions
Score of 2
1 answer
79 views
Release section of ADSR envelope not working
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
How can I prevent an envelope in MS Word from printing the header
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
DataPower XSLTs: Append RFH Header as String to Well formatted XML
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
Submission approver for signature Docusign
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
Docusign (PHP SDK) Envelope Creation: RECIPIENTS_NOT_PROVIDED
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
Unsupported operand type(s) for +: 'Configuration' and 'str'
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
Sending Docusign Envelopes with Existing Templates and Prefilled Values in Ruby on Rails
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
Create Envelope in Docusign using C#
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
Is it possible to perform evelope encryption in CockroachDB?
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
Peppol AS4 Mime message / User Message
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
Envelopes created with the C# SDK are not showing in Docusign eSignature Admin
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
While creating envelope using rest api, sometimes getting an expected response from Docusign
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
DocuSign API - define from which group (in case an user is linked to multiple groups) the envelope must be sent
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
How to convert MimeEntity (message/rfc822) to MimeMessage (MimeKit)
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
WCF When responding via Message.CreateMessage tags are swapped
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....