Re: HTTPService Example

2014-06-05 Thread Alex Harui
This is very strange. My copy of HTTPService.js does not have a value argument, and I don't see that it ever had one in source control. Can you verify what version of FlexJS you are using and how you are doing the cross-compile? Maybe you are using and old launch config or something that is poin

RE: HTTPService Example

2014-06-05 Thread Logibérica - Paulo Esgaio
om] Enviada: 5 de junho de 2014 10:00 Para: dev@flex.apache.org Cc: Logibérica - Jaime Martin; Logibérica - Marco Peixoto Assunto: RE: HTTPService Example Hi Alex, Thank you! Same code in the Actionscript version is working like a charm, but the JS version is not sending any data. Also called

RE: HTTPService Example

2014-06-05 Thread pesgaio
these piece of code, and I got the posted data on the server side. Problem solved! (I really needed this to start implementing AMF in JS) Hope this helps in some way. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-HTTPService-Example-tp37930p3

RE: HTTPService Example

2014-06-05 Thread Logibérica - Paulo Esgaio
2014 21:47 Para: dev@flex.apache.org Cc: Logibérica - Jaime Martin; Logibérica - Marco Peixoto Assunto: Re: HTTPService Example Is it not working for both the ActionScript and JavaScript versions? I don't have a real server for testing POST, my test app sends to http://httpbin.org/post an

Re: HTTPService Example

2014-06-04 Thread Alex Harui
t; >-Mensagem original- >De: Deepak MS [mailto:megharajdee...@gmail.com] >Enviada: 4 de junho de 2014 12:38 >Para: dev@flex.apache.org >Cc: Logibérica - Marco Peixoto >Assunto: Re: HTTPService Example > >Are you missing result and fault events? > >_HTTPServic

Re: HTTPService Example

2014-06-04 Thread arjun reddy
> Alert.show("ERROR","Posting Data",Alert.OK); > } > > -Mensagem original- > De: Deepak MS [mailto:megharajdee...@gmail.com] > Enviada: 4 de junho de 2014 12:38 > Para: dev@flex.apache.org > Cc: Logibérica - Marco Peixoto > Assun

RE: HTTPService Example

2014-06-04 Thread Logibérica - Paulo Esgaio
ction onRequestFault(e:org.apache.flex.events.Event):void { Alert.show("ERROR","Posting Data",Alert.OK); } -Mensagem original- De: Deepak MS [mailto:megharajdee...@gmail.com] Enviada: 4 de junho de 2014 12:38 Para: dev@flex.apache.org Cc: Logibérica - Marco Peixoto Assunto: Re: HTTPService E

Re: HTTPService Example

2014-06-04 Thread Deepak MS
ice.send(); > > If i'm doing something wrong, please give me some guide lines. > > TIA. > > -Mensagem original- > De: Alex Harui [mailto:aha...@adobe.com] > Enviada: 3 de junho de 2014 04:55 > Para: dev@flex.apache.org > Cc: Logibérica - Marco Peixoto &g

RE: HTTPService Example

2014-06-04 Thread Logibérica - Paulo Esgaio
something wrong, please give me some guide lines. TIA. -Mensagem original- De: Alex Harui [mailto:aha...@adobe.com] Enviada: 3 de junho de 2014 04:55 Para: dev@flex.apache.org Cc: Logibérica - Marco Peixoto Assunto: Re: HTTPService Example A simple POST test worked for me. Did you get an erro

Re: HTTPService Example

2014-06-02 Thread Alex Harui
A simple POST test worked for me. Did you get an error? What were you trying to post? -Alex On 6/2/14 10:18 AM, "pesgaio" wrote: >Thak you, but I meant a FlexJS example. > > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/FlexJS-HTTPService-Ex >amp

Re: HTTPService Example

2014-06-02 Thread Alex Harui
I don't think we've fully implement POST yet. Let me take a look. On 6/2/14 10:18 AM, "pesgaio" wrote: >Thak you, but I meant a FlexJS example. > > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/FlexJS-HTTPService-Ex >ample-tp37930p37933.html >Sent

Re: HTTPService Example

2014-06-02 Thread pesgaio
Thak you, but I meant a FlexJS example. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-HTTPService-Example-tp37930p37933.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: HTTPService Example

2014-06-02 Thread Lee Burrows
http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/ On 02/06/2014 17:38, pesgaio wrote: Does anyone have an HTTPService example, using POST? I'm having some dificulties sending data to an from the server. Thanks -- View this message in context: http://apache

HTTPService Example

2014-06-02 Thread pesgaio
Does anyone have an HTTPService example, using POST? I'm having some dificulties sending data to an from the server. Thanks -- View this message in context: http://apache-flex-development.247.n4.nabble.com/HTTPService-Example-tp37930.html Sent from the Apache Flex Development ma