
Код AS3:
override protected function statusHandler(event:NetStatusEvent):void
{
if (_ignoreNetStatusEvents)
return; // Ignore NetStatusEvents that are dispatched after the NetConnection has been closed.
var channelFault:ChannelFaultEvent;
if (Log.isDebug())
_log.debug("'{0}' channel got status. {1}", id, ObjectUtil.toString(event.info));
var handled:Boolean = true;
// We should always have a non-null info object.
if (event.info != null)
{
var info:Object = event.info;
// If the level is error we couldn't communicate with the server.
if (info.level == "error")
{
if (connected)
{
----
else{
сhannelFault = ChannelFaultEvent.createEvent(this,
false, "Channel.Connect.Failed", info.level,
info.code + ": " + info.description + ": url: '" + endpoint + "'");
}
-----
Добавлено через 5 минут
Цитата:
|
503 Service Unavailable (Сервис недоступен).
|
возможно в services-config.xml что-то не то указано