2/17/2010 9:35:45 PM
Title:
Problem when flex integrated with weblogic server
When i try to integrate Flex with Server which is weblogic9 ,i get the following error
faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://localhost:7001/ProductConfigurator/messagebroker/amf''
Please help me on this
2/17/2010 10:03:32 PM
it seems a netconnection error. Netconnection class is used to create RTMP connection with Servers like (FMS, RED5 and WOWZA).Since weblogic server is a webserver.
You can use webservice or Httpservice to communicate with Weblogic server.
Please specify how you are trying to connect to weblogic server . To make more clear you can also post the flex code you are using to connect.
2/17/2010 10:13:39 PM
HI deepa check this link
http://www.oracle.com/technology/pub/articles/dev2arch/2008/04/enterprise-ria-flex-weblogic-server.html
2/17/2010 10:40:08 PM
this error usually comes when the call sending message fails due to network problem or unavailability of the resource(Page).
Inder
Points: 2480
Posts:0
2/17/2010 11:12:43 PM
The reasons could be following :
1) The method name is wrong, check for case , or is not available.
2) The page is not accessible to flash due to security issue. Place a policy file.This issue occurs usually when flash file is accessing a file in some other domain. Local IP and "Localhost" are treated as seprate domains.
3) The path is not accessible or present.