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

this_sonix
this_sonix
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by this_sonix
Customize the badges you want to showcase on your profile
Re: Problems using rpc between Flex and CF - Adobe LiveCycle 26-07-2007
Problem solved:It is apparently not possible to transfer an object of anaction script class to coldfusion. The solution is to encapsulate the object (in my examplecategory) in an array. Strange, ... but it works. best regards

Views

184

Likes

0

Replies

0
Re: Problems using rpc between Flex and CF - Adobe LiveCycle 25-07-2007
Nobody? hm, .. is it possible to send complex objects from flex tocoldfusion, or is it only possible to consume?

Views

182

Likes

0

Replies

0
Re: Problems using rpc between Flex and CF - Adobe LiveCycle 24-07-2007
Hi first of all: thanks for replying.I changed the package to "da.HotlineSystem.bin.cf.Category"and my webdirectory to"..\CFusionMX7\wwwroot\da\HotlineSystem\bin\cf", but there is stillthe same error message: faultCode:Client.Message.Encoding faultString:'Cannot createclass of type 'da.HotlineSystem.bin.cf.Category'.'faultDetail:'Type 'da.HotlineSystem.bin.cf.Category' not found.'I changed the CFC argument types to any but it makes nodifference.I think it has something to do with the mapping bet...

Views

182

Likes

0

Replies

0
Problems using rpc between Flex and CF - Adobe LiveCycle 24-07-2007
Hi I've got a problem sending objects between Flex andColdfusion using the AMF Gateway of the newest Coldfusion Version.The transfer from CFC to Flex does work, but I can't send acomplex object to a CFC.The error Message is:faultCode:Client.Message.Encoding faultString:'Cannot createclass of type 'flex.HotlineSystem.bin.cf.Category'.'faultDetail:'Type 'flex.HotlineSystem.bin.cf.Category' not found.'Im totally going nuts ... the transfer from CF to Flex isworking fine, the mapping between categor...

Views

1.2K

Likes

0

Replies

6
Webservice: Flex to CFC - Adobe LiveCycle 27-07-2006
Hi I'm triing to send a complex Object (AS) from Flex to asimple test Webservice CFC.If I create an Object in ActionScript an send this to myWebservice, the Object will not be received from the CFC ( returnString is "NO").How can I send a complex Object to my CFC and read thevariables ?Thx for any help.SonixCode:CFC: AS:public class Gewinnzeit { public var ID:int; public var timestamp:Date; public var gewinnzahl:int; public var count:int; public var gewinner:String; public var gewinnerID:int;....

Views

343

Likes

0

Replies

1
RPC Fault - Adobe LiveCycle 10-07-2006
Hi everyone,i developed a small application which worked fine in themiddle of June.When I startet my app in July, it didn't work anymore and thefollowing Error occurs:[FaultEvent fault=[RPC Fault faultString="An unknownexception occurred while creating an instance of type'adg.frontend.Messefrontend'."faultCode="Server.ResourceUnavailable" faultDetail="null"]messageId="224E43C5-591E-B78D-4558-04D90D1AD5D3" type="fault"bubbles=false cancelable=true eventPhase=2]I'm using Flex Beta 3 with Tomcat 5....

Views

794

Likes

0

Replies

2