[flexcoders] xmlrpc in flex

2010-08-26 Thread cholid cholid
hi flexcoders
i am on trying to call property of some object at webservice with xmlrpc
but when i call it, it would go to login page
how to insert the username and password to xmlrpc
so when i call the service, i not must login again
thanks


  

[flexcoders] xmlrpc send some string

2010-05-05 Thread cholid cholid
Hi all
im newbie to use xmlrpc
how to send some string using xmlrpc?
thanks



  

[flexcoders] XMLRPC for Actionscript

2008-05-24 Thread Steve Good
Looking for clear documentation / examples on how to use XMLRPC for
Actionscript.  Anyone have any links?  I'm reading through the comments in
the source, but it's just not sinking in.

Thanks!

-- 
Steve Good
http://lanctr.com/


[flexcoders] XMLRPC Web Service

2007-05-12 Thread Zeb
Can anyone give me an example of using an XMLRPC webservice with Flex
2? I need to be able to use methods like 'user.login', etc.

Does Flex  not support XMLRPC out of the box?? :(



Re: [flexcoders] xmlrpc

2007-04-23 Thread Manish Jethani

See the POST example here:

http://livedocs.adobe.com/flex/2/langref/mx/rpc/http/HTTPService.html

You have to set the method to POST and pass the request XML to the send()
method. Also see the XML-RPC spec for other requirements.

http://www.xmlrpc.com/spec

On 4/23/07, joshua gatcke [EMAIL PROTECTED] wrote:


 Hello All,


I am having a hard time understanding how to use mx:http / with our
xmlrpc server. I understand how to send a request with name value pairs and
how to format the results etc., however, I have no idea how I can specify
the xmlrpc method to use with the mx:http /  tag or via actionscript.


We are using Flex + PHP and just trying to read write via xmlrpc requests.
I do not want to use AMFPHP. Is it possible to specify the remote xmlrpc
method with a rest style request or am I totally out to lunch.


Thanks in advance for your help,



 - Joshua










[flexcoders] xmlrpc

2007-04-22 Thread joshua gatcke

Hello All,

I am having a hard time understanding how to use mx:http / with our  
xmlrpc server. I understand how to send a request with name value  
pairs and how to format the results etc., however, I have no idea how  
I can specify the xmlrpc method to use with the mx:http /  tag or  
via actionscript.


We are using Flex + PHP and just trying to read write via xmlrpc  
requests. I do not want to use AMFPHP. Is it possible to specify the  
remote xmlrpc method with a rest style request or am I totally out to  
lunch.


Thanks in advance for your help,


- Joshua