I've setup FDS to build the clients on the server using the secure-amf channel as the default.  The channel uses the java adapter.  Now the client that I'm working on works fine in Firefox.  It is able to make calls through the AMF gateway without any issues.  When trying to run the same client in IE the calls fail to go through. 

Here is the fault message it's generating:

[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed : HTTP: Failed"] (mx.messaging.messages::ErrorMessage)#0
  body = (Object)#1
  clientId = (null)
  correlationId = "D4E913AE-3952-9C49-707A-48BC31094F36"
  destination = ""
  extendedData = (null)
  faultCode = "Client.Error.MessageSend"
  faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed"
  faultString = "Send failed"
  headers = (Object)#2
  messageId = "8AAD9688-DD0C-B5D7-9BD2-48BC31BE80B4"
  rootCause = (Object)#3
    code = "NetConnection.Call.Failed"
    description = "HTTP: Failed"
    details = "https://(serverurl)/flex2/messagebroker/amfsecure"
    level = "error"
  timestamp = 0
  timeToLive = 0

I can load the url to the amf gateway in IE without any errors.  It's just the client itself that doesn't seem to want to make the connection.  Is there perhaps any IE specific configuration I need to do? 

The only thing out of the ordinary I noticed is that when loading the client in IE it initially pops up an error saying that the page contains secure and non-secure content.  Any help would be appreciated.

Thanks,
--Josh
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to