[flexcoders] Basic Web Service Question

2011-10-10 Thread David Nester
Greetings! I have a project which utilizes web services for accessing data and all of the webservice declarations are located within the Declarations tags. I believe the webservices are preloaded before the user begins interacting with the application, but this poses the question Is

[flexcoders] Self Signed SSL Certificates

2011-10-07 Thread David Nester
Greetings! I am trying to write a Flex desktop application which connects to a SOAP-based service. Question is - the server uses self-signed certificates and there is no way around having the server listen on an additional (non-ssl) port. I have read that with the desktop applications -

[flexcoders] Parsing Soap Response

2011-10-07 Thread David Nester
Greetings! I have a SOAP response from a webservice that i am trying to parse to a datagrid. The information that comes back to the result handler is in the format of: SOAPENV:ENVELOPE -- soapenv:body ns2:serviceResponse --ns2:return ns1:data I'm trying to figure out how

[flexcoders] HELP WITH COOKIES

2011-10-01 Thread David Nester
Greetings! I am trying to create a flex application where i utilize a webservice. I am simply trying to figure out how to save the cookie value i am receiving from the webservice so that i can resubmit it back to the application for subsequent requests. Help?

[flexcoders] Self Signed SSL Certificates

2011-09-09 Thread David Nester
Greetings! I am trying to write a Flex desktop application which connects to a SOAP-based service. Question is - the server uses self-signed certificates and there is no way around having the server listen on an additional (non-ssl) port. I have read that with the desktop applications -