httpProxyService.registerAdapter("http-proxy", "flex.messaging.services.http.HTTPProxyAdapter");
httpProxyService.registerAdapter("soap-proxy", "flex.messaging.services.http.SOAPProxyAdapter");
httpProxyService.setDefaultAdapter("http-proxy");
httpProxyService.addDefaultChannel("my-http");
httpProxyService.addDefaultChannel("my-amf");
return httpProxyService;
}
/*