Questions tagged [envelope]
185 questions
2
votes
1 answer
Webservice returns anyType{} android
I'm new in the programming world, so I just need some help.
I must consume a webservice on android. I've already done one that works fine, but the problem happens when I have to pass a parameter. I'm not sure what I'm doing wrong.
Here's the code of…

Vinicius Cruz
- 21
- 1
- 2
2
votes
2 answers
Segmentation fault when trying to use EVP functions in OpenSSL
I am trying to do public encryption with OpenSSL using RSA and its high-level envelope functions. However I cannot seem to get my head around them and I'm getting a segmentation fault. This condensed code from my project reproduces the…

James Lovejoy
- 73
- 1
- 6
2
votes
2 answers
Yii2 envelope single data in JSON response
I went through offical guide and found a way to envelop JSON data like this.
use yii\rest\ActiveController;
class UserController extends ActiveController
{
public $modelClass = 'app\models\User';
public $serializer = [
'class' =>…

Diamond
- 41
- 4
2
votes
1 answer
Different Soap Envelopes - One Works, The Other Fails
I'm making an identical SOAP Request, one using the Zend Framework and the other not. The Zend one is not working and the only difference seems to be the envelope namespace.
How is the envelope set and why would one of them fail?
Zend Soap…

jmcginnis
- 151
- 1
- 8
2
votes
1 answer
Sustain in Pure Data for libpd with xcode
I'm working on a patch that plays samples from a piano, which works in xcode to build an piano app for ipad. I'm trying to add an adsr to create sustain, but I can't seem to get it working. Could someone point me in the right direction?…

user1892540
- 211
- 1
- 4
- 8
2
votes
0 answers
Determine Spatial Data Extent of Oracle Spatial Query Result
We use Oracle Spatial (registered as SDE).
We would like to perform a spatial query, then determine the extent of all of the points in the resultset then perform another intersecting spatial query with that extent.
Is it possible to obtain the data…

JB11
- 273
- 1
- 2
- 11
1
vote
2 answers
How do I get rid of the SOAP Envelope?
I'm using JaxWs/JaxB in a webservice, but I don't like the fact that all my xml files (be it the ones I send or receive) contain SOAP envelopes. How can I get rid of those?
All I need is a clean xml file that the web service returns without any…

Shadox
- 19
- 2
1
vote
2 answers
Create a PDF Envelope
I was in need of the ability to create a PDF Envelope, and hadn't found a good solution for doing so, so I thought that this might be of some interest.

Noah
- 728
- 13
- 28
1
vote
1 answer
Is there a way to add a buffer zone to gis:set-world-envelope-ds gis:envelope-of *shapefile*
Currently,
I am using gis:set-world-envelope-ds gis:envelope-of to set world. However, I am getting the error message: " Cannot move turtle beyond the world's edge. error while node 18469 running SET"
Hence, I would like to add a…

DeMelkbroer
- 629
- 1
- 6
- 21
1
vote
1 answer
Tone.js release/stop sampler
EDIT: Update on other attempts. The key bit of the question below is the line sampler.triggerRelease(["A1"], 'now') which is not working. Other things I've tried…

Ant
- 221
- 1
- 3
- 8
1
vote
1 answer
A SOAP 1.2 message is not valid when sent to a SOAP 1.1 only endpoint Error While Using SOAP 1.2 in WSDL
I am getting this error "A SOAP 1.2 message is not valid when sent to a SOAP 1.1 only endpoint" when I sent a post request, but the matter is my Soap version is already 1.2 and all definitions are done in the wsdl file. Two sample request headers…
user15012700
1
vote
1 answer
Is there an easy way of finding frequency of envelopes in sound signals?
I have a sound signal of 5 secs length and it is from the sound of a propeller. I need to find rpm of the propeller by finding frequency of the envelopes.
import wave
import numpy as np
import matplotlib.pyplot as plt
raw =…

Ahmet Enes
- 102
- 7
1
vote
1 answer
Netlogo GIS extension: raster won't patch NetLogo world
I'm trying to import a raster grid to NetLogo but am encountering many issues. My raster file is only 57x41 pixels (I want each pixel here to represent a patch) and the world envelope is [-382875 -381135 700185 701445]. I am also trying to match my…

diltimor
- 41
- 1
1
vote
1 answer
Customize Docusign notifications for same envelope, same language but different text for different people using resource files?
I'm still reading through the docusign email resource file.. wanted to get inputs on my scenario from experts who already know the answer:
I'm trying to achieve this:
An envelope contains multiple participants - already done
I want to send different…

codeartist
- 13
- 2
1
vote
0 answers
How to get soap Body
here i am getting null for every response while extracting the body or envelop etc please suggest why
String ret="http://schemas.xmlsoap.org/soap/envelope/\">\r\n" +
" \r\n" +
" \r\n" +
" …

Ashish
- 31
- 2