Expand my Community achievements bar.

rmarp
rmarp
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Anybody with any thoughts on this?

    Type

    Discussions

    Views

    242

    Likes

    0

    Replies

    0
  • I am using the RemoteClass attribute on several of myactionscript classes to model my server-side Java classes. This allworks fine but I often find myself wishing I could add a propertyto my actionscript class that would only exist on the client tier,i.e. would not be serialized to the server when I...

    Type

    Discussions

    Views

    433

    Likes

    0

    Replies

    1
  • Doh! Ok I solved my own problem. This might be a gotcha forothers. Originally, I had code like this in the result handler formy remoteobject:var cust:Customer = Customer(event.result);But when I was testing returning an array of Customerobjects, I changed my code to this just to see what was comingb...

    Type

    Discussions

    Views

    457

    Likes

    0

    Replies

    0
  • Yeah they are identical and it serializes perfectly when Ireturn a Customer. But when I return a Customer[] (array), i justget Object's, not Customer's on the AS side. Is there a certain type of array/collection I need to use orsomething?

    Type

    Discussions

    Views

    457

    Likes

    0

    Replies

    0
  • I've got a basic Java -> AS mapping working where myserver-side Java "Customer" class is serialized down to myclient-side AS "Customer" object via my use of the RemoteClassattribute. But when my Java object returns a Customer[] or a List,the items inside the collection revert back to just "Object"'s...

    Type

    Discussions

    Views

    789

    Likes

    0

    Replies

    3
  • Hi folks - Maybe somebody can set me straight. I'm wanting touse the remoting feature of Flex Data Services so I can communicatefrom my Flex client and my server logic via the binary AMF protocolbecause it seems to be faster and more robut than web services. Ihave installed FDS on my tomcat server. ...

    Type

    Discussions

    Views

    486

    Likes

    0

    Replies

    1
  • Hi William,Thanks for the response.Good point about HTTPService not having multipleoperations/methods. I was really only considering using XML overHTTP because it appeared to give me more control over the format ofthe result. I would prefer to use SOAP as a minimum. I'm just notsure about the result...

    Type

    Discussions

    Views

    355

    Likes

    0

    Replies

    0
  • Hi folks,I'm trying to decide what communication mechanism to usebetween my Flex app and my Java server. The three options I seeare: HTTP, SOAP, and Remoting. I understand how these work inconcept but the key question I have here is:I know I can set the resultFormat property of the HTTPServiceobject...

    Type

    Discussions

    Views

    628

    Likes

    0

    Replies

    2
  • William - Thank you, this is helpful. One other thingthough.. a few of the web service operations I need to call have aparameter defined like this:<complexType name="Account"> <sequence/> <attribute name="Name" type="string" use="required"/> <attribute name="Value" type="string" use="required"/></co...

    Type

    Questions

    Views

    422

    Likes

    0

    Replies

    0
  • Hi all,I'm looking for some information on how Flash/Flex serializesparameters to WebService operations. If a web service operationstakes a simple parameter like a string, I can just pass it in asthe argument to the Operation.send() method but what if theparameter is a "complexType"? Do I need to cr...

    Type

    Questions

    Views

    897

    Likes

    0

    Replies

    3
Top badges earned by rmarp
Customize the badges you want to showcase on your profile