RE: [flexcoders] Re: using soapHeaders to pass UserName and Password

2007-04-25 Thread Pruitt, Steve
in advance. -S From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Friday, February 02, 2007 1:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: using soapHeaders to pass UserName and Password This is actually very funny

RE: [flexcoders] Re: using soapHeaders to pass UserName and Password

2007-04-25 Thread Pruitt, Steve
in advance. -S From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Friday, February 02, 2007 1:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: using soapHeaders to pass UserName and Password This is actually very funny

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-02-02 Thread Mark
Another developer and I worked thru this function and really had a hard time making heads or tails of everything. In my first post I added a working version from Flash MX Pro. I just need to pass a username and password (hard coded in the AS) to the webservice in order to retreive the XML.

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-02-02 Thread Dave Wolf
Mark, Does this blog entry give you any help? In building this mashup Andy had to add credentials to the SOAP headers. See further down for example source. http://www.cynergysystems.com/blogs/page/andrewtrice?entry=census_mashups_using_strikeiron_web -- Dave Wolf Cynergy Systems, Inc. Adobe

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-02-02 Thread Mark
This is actually very funny. I just ran across this example not even 5 minutes ago. Not only did this help, it's exactly what I needed. I tested it out and it now works perfectly. My thanks to you Dave and special thanks to Andrew Tice and his Blog! --- In flexcoders@yahoogroups.com,

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-01-31 Thread jamiebadman
Here's how I did it a way back... not using this anymore but I'm pretty sure it worked at the time ;-) import mx.rpc.soap.SOAPHeader; private function login():void{ ModelLocator.getInstance().qname = new QName(http://docs.oasis- open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-01-31 Thread Mark
Jamie, Thanks for the fast reply to this problem but it seems like you posted partial code. I feel like you left out some important pieces to the puzzle so I'm confused as to how you're calling your function and what is ModelLocator, ourService and myWebService (I'm guessing the id to the