SOAP calls with Client Certificates
I am trying to access a site which is protected by SSL. They require client certificates, as part of the authentication process. I can't seem to find any documentation on working with client certs,...
View ArticleReferenceError: Error #1056: Cannot create property code on...
Hi all Can anyone tell me why I'm getting this error message around 50% of the time when connecting to a C# class exposed through WebOrb? It appears to be completely random. Sometimes it'll connect,...
View ArticleError #1088
Hi, I'm trying to build a simple app which fetch data from a MYSQL database. I'm using WHAM server and PHP is the connecting code, although I'm writing the PDP code, flex is. Using Flex 3, i created a...
View ArticleA problem with login system
Hello everybody when i am applying this tutorial http://cookbooks.adobe.com/post_Create_a_login_system_with_Flex_and_PHP-7243.html i have some problems one : when clicking on submit button there's no...
View ArticleNetConnection.Call.Failed: HTTP: Status 404; messagebroker/amf'
Hi,I have been trying to solve this problem could not. Can some one help me? My environment is Tomcat6+ LCDS ES2 My Flex app is hosted on tomcat and connects to a REST web service in the same tomcat...
View ArticleMySQL Flex3 interaction
Friends,Can I directly connect a MySQL server database in flex3? If not, please tell me how to interact with MySQL server database using Flex3.Thanks
View ArticleRemote object with java.
I am trying to do something that should be really simple. I am trying use an MXML RemoteObject control to access a java class. This class works fine with data services, so I am assuming I have a...
View ArticleNullPointerException using java to send message
I have a flex application using 3.x and BlazeDS 3.x that calls a servlet. In the servlet I have the following MessageBroker msgBroker = MessageBroker.getMessageBroker(null);...
View ArticleMessageBroker.getMessageBroker(null) returns null.. why?
HelloI have seen lot of posts regarding this but no clear reason why this would happen. My server runs under Tomcat 6.0.33. In a spearate thread, I try to get MessageBroker msgBroker =...
View ArticleError #2004: One of the parameters is invalid
I'm trying to send an object from Java to Flex using BlazeDS and the following code:quote:var remoteObject:RemoteObject = new RemoteObject();remoteObject.destination =...
View ArticleSecureAMF channel failed for first time initialization
Hi all, I have a Flex application to authenticate with server via RemoteObject. It is working normally with http (i.e. amf channel) However when I try to login via https, the first access time, Flex...
View ArticleRPC Fault faultString="No destination with id is registered with any service."
Hi, <br /><br />I would really appreciate an expert's opinion on how to figure out what is wrong with my data service...I'm a newbie so it's probably something obvious! :-)<br...
View ArticleFlexFactory Example
I'm wanting to use Spring for my backend for Flex Data Services. Ifound the docs on using a class that implements the FlexFactoryinterface, but the really is not enough detail in the docs to...
View ArticleNetConnection.Call.Failed
I am running this on Tomcat 6.0.16 with the latest BlazeDS jars (3.2.0.3978). I have spent quite a while on this and am not getting anywhere. I verified the configuration but I am still getting this...
View Articleserial number needed to try flex automation
I'm running the Flex Automation Installer to install the plugins needed to evaluate use of QuickTest Professional for automated Flex 2 testing. The Installer requires entry of a Flex Data Services...
View ArticleFlex AMF channel problem only with few IE8 installation
Hi, My application is using Flex and remote object to communicate to Java. Its working with IE7 and any other browser and also its working in most installation of IE8. But at two PC, its giving AMF...
View ArticleHow to tail the app server log file and send to flash client
I'd like a mechanism where the LCDS detects any changes in the App Server log file and sends them to the Flash client for display. Is there a practical one...? thanksRK
View ArticleScaling JMS Adapter connecting to Remove JMS Provider
Hello, We have many Flex clients (SDK 4.5 connecting to ADEP Data Services 4.6) creating consumers to receive pushed Server messages on a particular Topic. On several topics the consumers each set a...
View ArticleNot populating values in the dropdown list
Hi , I have a question regarding the populating the values in the dropdown list. Here are the steps that I followed : Step 1: Created a form with a drop down list in the designer ( Testers) which I...
View ArticleSecurity error accessing url"...
HII am using a webservice(.net webservice) that is on my localhost and using it in flex application that is also on my system. Means both the webservice and flex application are on the same system.But...
View Article