Tagged Questions
The envelope tag has no wiki summary.
38
votes
3answers
1k views
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. ...
8
votes
1answer
2k views
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 ...
4
votes
1answer
1k views
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:
<SOAP-ENV:Envelope ...
3
votes
2answers
738 views
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.
...
3
votes
0answers
226 views
System.Net.mail MAIL FROM: ENVID=
The SMTP spec allows you to set an envelopeid in the MAIL FROM command.
ex: "MAIL FROM: anyone@anywhere.com ENVID=abc@123$456&789"
How do you use the system.net.mail framework library to set the ...
2
votes
1answer
331 views
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 ...
2
votes
2answers
649 views
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 ...
1
vote
0answers
54 views
Apply decay envelope to waveform without multiplication
I'm trying to apply a decay envelope to a sinusoidal waveform using Verilog. Hardware constraints prevent use of multiplication to simply multiply by the envelope. The sine values and envelope values, ...
1
vote
1answer
719 views
Using KSOAP with Android. Problems with custom namespace
Good evening everyone. Here's my big trouble. I'm trying to invoke a specific ws with this request:
Here's my Java code used in an Android project:
First, is it possible to print out the XML ...
1
vote
3answers
116 views
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 ...
1
vote
1answer
25 views
Will the info I want about an incoming email survive in the envelope?
I have a situation where emails bound for several recipients will arrive in one mailbox.
I want to go through and deal with them according to who they were sent to, but I'm not sure I will always have ...
1
vote
2answers
923 views
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.
1
vote
3answers
641 views
Print an Envelope from a website?
I'm wanting to print a standard sized envelope from a webpage using c#. Does anyone know how to do something like this? I would load the data from the system for the address and pass it. I just need ...
0
votes
1answer
38 views
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 ...
0
votes
0answers
246 views
Axis2 Soap envelope not generating required namespaces
I am new to writing web services and have the following issue:
I used Axis2 ADB to create a service stub class from a WSDL provided by a company but am having trouble writing the client to consume ...
0
votes
0answers
116 views
Python Suds Altering Soap Envelope
My SOAP client is failing. The reason being this that I am missing a xmlns tag from the SOAP envelope.
I have been reading lots about SUDS plugins ...
0
votes
2answers
819 views
ksoap timeout behind proxy in android
i tried the example from http://www.helloandroid.com/tutorials/using-ksoap2-android-and-parsing-output-data to get request and response from a wsdl service. its working fine when i tried in a ...
0
votes
2answers
6k views
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 ...
-1
votes
2answers
2k views
Android 2.1 and Ksoap2-Android-assembly-2.4 — SoapFault Error
I am very new to Android and ksoap2 development. I have been searching on the forums for an answer to my error and still have not found a fix. Hopefully someone will be able to figure how to fix the ...