Questions tagged [envelope]

185 questions
48
votes
3 answers

Measuring Human-Flatulence Propagating Wave Packet on the iPhone

Using my iPhone, I would like to measure human flatulence in order to measure, quantify, and provide a statistical report based on various properties of the overall event quality. Outrageous, maybe. Fun, definitely. If I'm going to "release" an…
George Johnston
  • 31,652
  • 27
  • 127
  • 172
44
votes
3 answers

GMail appearing to ignore Reply-To

I'm using a gmail account to send emails from my website. I'm using the same account to pick up emails which are generated by the contact facility on my site. I'm using the Reply-To field to attempt to make it easier to hit reply and easily get back…
Samuurai
  • 2,635
  • 4
  • 19
  • 18
20
votes
8 answers

Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19)

after building my react docker image I tried to run docker run image_name and after that the log throw this error Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash…
Yusuf
  • 2,295
  • 7
  • 15
  • 34
13
votes
2 answers

Checking envelope with Ksoap2 (Android)

Coming from iOS I'm having a pretty hard time with web services in Android. I've spent several hours trying examples, reading blogs, and communicating successfully with a web service still seems to be a question of luck.... Bottom line and I want to…
Joao Sousa
  • 491
  • 5
  • 17
12
votes
2 answers

SOAP object over HTTP post in C# .NET

I am trying to compose a SOAP message(including header) in C# .NET to send to a URL using HTTP post. The URL I want to send it to is not a web-service, it just receives SOAP messages to eventually extract information from it. Any ideas on how to do…
AaronTjong
  • 175
  • 3
  • 12
8
votes
2 answers

PHP AND SOAP. Change envelope

It is many questions there about PHP and SOAP. But I am not found answer on my situation. So. I use PHP SoapClient and WSDL for it. Object sends this:
Oleg
  • 568
  • 1
  • 5
  • 18
7
votes
5 answers

SAXException: bad envelope tag

I'm trying to connect to a webservice https protected through a webservice client. Eclipse generated a stub based webservice client and looks nice to me. The problem comes when I try to call a method from the webservice: String a =…
David Guzman
7
votes
4 answers

Overwrite the Soap Envelope in Suds python

I have a camera and I am trying to connect to it vis suds. I have tried to send raw xml and have found that the only thing stopping the xml suds from working is an incorrect Soap envelope namespace. The envelope namespace…
chrisg
  • 40,337
  • 38
  • 86
  • 107
6
votes
2 answers

How to extract "original" content by xml-signed file

I'm dealing with XML-signature. As you know, there are three types of XML signatures: enveloped, enveloping, detached. I found nice tutorials about how to use java standard API to sign/verify file but I would like to know how to extract the (almost)…
Mirko
  • 135
  • 1
  • 8
5
votes
2 answers

Obtain the envelop of a signal using MATLAB

I'm trying to extract the peaks of an audio file. I have the following code to extract the envelope of my amplitude spectrum. However I'm not getting the desired output graph. Can someone tell me what adjustment I need to make to get a proper graph.…
user2482542
  • 361
  • 2
  • 14
  • 26
4
votes
1 answer

Web Audio API - Correct way to stop oscillator connected to release envelope

I'm creating a polyphonic synthesizer using WebAudioAPI and WebMIDIAPI. I have a gain node for each of my two oscillators which is then connected to a master gain node. I was wondering how to correctly stop (and delete if necessary?) the oscillator…
Alistair Hughes
  • 387
  • 2
  • 3
  • 13
3
votes
1 answer

Logging SOAP envelope in third party library

I am attempting to add logging for the envelope generated by a third party library. I am modifying the updateMetadataField() method below. I am creating $client like so: $client = new UpdateClient($UPDATE_END_POINT, $USER_AUTH_ARRAY); I have tried…
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
3
votes
1 answer

Printing Envelopes from C#

I'm trying to make a application that will print envelopes (custom and normal). Im setting the size and page to print but when im printing or viewing preview of print the page size is still the same. Basicly, the app is 3 comboboxs (0: pick custom…
Michal Sapsa
  • 52
  • 1
  • 6
3
votes
2 answers

Is there a way of selecting lat1,lat2,lon1,lon2 from Envelope(Poly) in MySQL?

If I have a column called Poly of type polygon in MySQL and I want to get the NW corner and the NE corner and the SE corner and the SW corner, how would I do that? From an Envelope() there should be lat1, lat2, lon1, and lon2 that form the four…
Roberto Murphy
  • 456
  • 5
  • 15
3
votes
1 answer

Docusign Embedded Signing

We are using docusign for people to sign consent forms that register on our web site and I was pointed to the Embedded Signing API. From what I understood, I had to create an envelope which I have done. I am using the .Net examples for this. Login…
newm0528
  • 97
  • 1
  • 8
1
2 3
12 13