Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

LeeMahn
LeeMahn
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LeeMahn
Customize the badges you want to showcase on your profile
Re: Return a Single Record from HTTPService or Web Service? - Adobe LiveCycle 30-06-2009
Thanks.. I'll look at that.Take care...

Views

163

Likes

0

Replies

0
Re: Return a Single Record from HTTPService or Web Service? - Adobe LiveCycle 23-06-2009
Well, here's what I tried.. and it doesn't seem to be working.. it shows that "bratData" is "null"... import mx.rpc.events.ResultEvent; import mx.collections.ArrayCollection; [Bindable] public var bratData:Object; public function resultHandler(event:ResultEvent):void { bratData = event.result.brats.brat; } {12345} However, when I test the webservice using a standard call from a coldfusion page, I do get data in XML format.. here's what I get:xml documentXmlCommentXmlRootxml elementXmlNamebratsXmlNsPrefixXmlNsURIXmlTextXmlCommentXmlAttributesstruct [empty]XmlChildrenxml elementXmlNamebratXmlNsPrefixXmlNsURIXmlTextXmlCommentXmlAttributesstruct [empty]XmlChildrenxml elementXmlNameconta...

Views

161

Likes

0

Replies

0
Return a Single Record from HTTPService or Web Service? - Adobe LiveCycle 22-06-2009
I have managed to pull my data from the database and return it as XML. However, if the data is a single record, it will not populate the ArrayCollection variable.. it returns on the Object. (Which I'm sure most of you know.)So what is the simplest way to display the record in a datagrid (or for that matter onto a form) if there is only that one record?Seems it should not be too difficult. After all, it's only one record.

Views

1.5K

Likes

0

Replies

5
Re: Create an HTTPService in PHP/MySQL? - Adobe LiveCycle 18-06-2009
Great guys..Thanks for the helpful pointers. Am going to go look through them now!Take care...

Views

179

Likes

0

Replies

0
Nothing but CFC errors.. - Adobe LiveCycle 18-06-2009
Ok.. so here's the layout;My personal computer: Flex Builder 3 MAC Leopard Dreamweaver CS4Server: ColdFusion MX 6.1 (fully updated) IISTrying to build a simple CFC to retrieve a record of data from a datasource from within Flex. When I visit the WSDL URL (http://blah.blah.com/mycfc/db_getbrat.cfc?wsdl), it shows the following: −−−So it appears that the CFC is working and loaded. I have even tested the code within the CFC (the SQL query and output) using a basic .CFM file, and it works perfectly....

Views

1.5K

Likes

0

Replies

1
Create an HTTPService in PHP/MySQL? - Adobe LiveCycle 16-06-2009
Our development server has PHP and MySQL running on it. We're beginning to build in Flex, and would like to know how to create an HTTPService connection to our MySQL database.We have successfully created a connection to the database in DreamWeaver, so we know that we can get to the database remotely.I've scoured tutorials.. but nothing seems clear on how to accomplish this.Thanks, in advance, for any help!

Views

1.6K

Likes

0

Replies

4