Question
HTTPService call from FMS2
Hey guys,
Im looking for some kind of confirmation that it is indeed impossible to perform a HTTPService Call from Flash Media Server 2.
I know that it is possible to perform SOAP Calls, and i can do that very easily by loading the nessesary components:
load("webservices/WebServices.asc");
Thats great.... but what if i want to perform a POST or GET call to a HTTPService?
This example shows how it could be done on the client side by importing the respective components to it:
import mx.rpc.http.HTTPService
import mx.rpc.events.ResultEvent;
import mx.rpc.events.FaultEvent;
and creating the HTTPService object is a breeze after that:
service:HTTPService = new HTTPService();
BUT! - can this be done on the serverside ? - on FMS2 ? - or is it indeed impossible at the current version?
Hope someone can bring to light to this...
//EoniX
Im looking for some kind of confirmation that it is indeed impossible to perform a HTTPService Call from Flash Media Server 2.
I know that it is possible to perform SOAP Calls, and i can do that very easily by loading the nessesary components:
load("webservices/WebServices.asc");
Thats great.... but what if i want to perform a POST or GET call to a HTTPService?
This example shows how it could be done on the client side by importing the respective components to it:
import mx.rpc.http.HTTPService
import mx.rpc.events.ResultEvent;
import mx.rpc.events.FaultEvent;
and creating the HTTPService object is a breeze after that:
service:HTTPService = new HTTPService();
BUT! - can this be done on the serverside ? - on FMS2 ? - or is it indeed impossible at the current version?
Hope someone can bring to light to this...
//EoniX
