Questions tagged [envelope]
185 questions
1
vote
0 answers
How to know qqPlot confidence limits?
qqPlot(C$Safter)
How can I know the limits of confidence envelope (the dotted lines)? I already ran my code also with
qqPlot(C$Safter, simulate=TRUE)
but I got an error:
Error in q.function(P, ...) : unused argument (simulate = TRUE)

Vake
- 23
- 4
1
vote
1 answer
how to add encodingStyle to soap client using c#
the data I send to a web service, gets there with some strange characters.
so the web service developer asked me to add this code to the soap envelope:
soap:encodingStyle=http://www.w3.org/2003/05/soap-encoding
I tried adding this code, but it did…

Dvey
- 161
- 8
1
vote
0 answers
How add some attributes to envelope tag?
It's must look like:

Андрей Бережков
- 61
- 5
1
vote
1 answer
Meaning of `envelope` in context of time series
While checking TIMESAT, more specifically
http://web.nateko.lu.se/timesat/docs/TIMESAT33_SoftwareManual.pdf page 50, section 9.4 TSM_GUI.
Then I read:
"The fits are affected by a number of options for detecting spikes, adapting to the upper…

KcFnMi
- 5,516
- 10
- 62
- 136
1
vote
2 answers
DocuSign REST API: Check Envelope Status when All Have Signed
For reference, please see this: Check document status DocuSign
The problem in that Answer in my case is this:
If Envelope status = Completed, you can safely assume that each Recipient in the envelope workflow supplied all information that the…

IrfanClemson
- 1,699
- 6
- 33
- 52
1
vote
1 answer
DocuSign envelopes is not available after some days
I had created numbers of envelopes through REST API C#. Now I tired to check the status of those envelopes and found that all envelopes which were created are not available. I was not able to get any information of those envelope through REST API.…

Jigar
- 129
- 1
- 9
1
vote
1 answer
Why is the envelope curve erroneous at the beginning?
I implemented a function that gives the envelope curve of discrete values. I think there might be an error as when I tested it over a date I will provide you with at the bottom of the post, I get dissimilarities between the real data points ant the…

Tassou
- 439
- 1
- 5
- 16
1
vote
0 answers
Why my SOAP envelope request has backslash ("\") character in it?
I'm working on a SOAP based web service (JAX-WS, Apache CXF). In my SOAP request, there is backslash ("\") in every element which starts with http. For instance :-

Vinod Kumar
- 665
- 3
- 13
- 31
1
vote
3 answers
Intercept envelope from SOAP request
For debugging purposes I'd like to see what SOAP request and responses are send back and forth between a SoapClient and SoapServer.
I remember seeing once that some methods on the instances of SoapServer or SoapClients were able to trace this SOAP…

Herman Cordes
- 4,628
- 9
- 51
- 87
1
vote
2 answers
WSO2 ESB - soap envelope that is automatically added is causing issues
I'm exploring WSO2 ESB and have hit an issue. I am using a simple pass through proxy to post XML data from SAP (or Postman, to test) which then gets forwarded to a REST API - should be easy!
When I POST direct to the REST API (not through ESB), it…

user7272060
- 21
- 4
1
vote
3 answers
Map enveloped response into a POJO
I am trying to map the following response:
{
"data": {
"id": "1574083",
"username": "snoopdogg",
"full_name": "Snoop Dogg",
"profile_picture":…

Alien
- 444
- 2
- 9
- 28
1
vote
1 answer
Need to remove XML envelope with XSLT
I need to remove the envelope sh:StandardBusinessDocument, sh:StandardBusinessDocumentHeader and ObjectEnvelope leave the Invoice intact.

Svante
- 11
- 1
1
vote
1 answer
Extract XML element from XmlDocument
I'm still new on XML and am having trouble on this project I'm working on. I need to extract a specific xml element from a C# XmlDocument. In the below example, I want to pull out the ns:AMOUNT element from the RATING tag (193.13 should be the…

MrPeanutbutter
- 83
- 1
- 9
1
vote
0 answers
Lee's algorithm for convex hull of a simple closed polygon
I need a fast algorithm to find the convex hull of large simple closed polygons.
The algorithm of Lee (as described in here, Section 2.1) is fine in most, but not all cases.
For instance, the clockwise polygon…

PAF
- 23
- 4
1
vote
1 answer
#DocuSignAPI unable to fetch Title in captive signing
I have a document that requires signing by the clients, and the clients should be able to change their name and title. I dragged and dropped the name field which is getting populated from the customize signature process and similarly I added the…

Ruben Gerad Mathew
- 23
- 4