Hello,
Does anybody know how to use the SOAPCall.addHeader(var header) function.
It is described in the ActionScript reference, but adds nothing to the SOAP header !!!!!?!?
I really need this function to provide any security to my application.
This is my code :
var qname = new QName("username", "");
var value = "myusername";
var header = new SOAPHeader(qname, value);
soapCall.addHeader(header);
Thanks.
MartinRandall - 23 Feb 2004 11:33 GMT
I've been looking for the answer to this question for weeks now! No reply at
all. I've posted it as a bug to Macromedia... no reply. I've posted on their
developer support forum... no reply. It's a total joke. As far as I can see,
it's a placeholder dummy method for some functionality that will be added in a
later version. A bit like support for .Net DataSets. I definitely get the
impression that the current version of Flash 2004 MX Prof. was a rushed job.
MartinRandall - 23 Feb 2004 11:33 GMT
I've been looking for the answer to this question for weeks now! No reply at
all. I've posted it as a bug to Macromedia... no reply. I've posted on their
developer support forum... no reply. It's a total joke. As far as I can see,
it's a placeholder dummy method for some functionality that will be added in a
later version. A bit like support for .Net DataSets. I definitely get the
impression that the current version of Flash 2004 MX Prof. was a rushed job.