I'm trying to finish this project and i'm running out of time if anyone has
any ideas PLEASE let me know.

I have a flex application that calls my web service through the wsdl which
is located in an ear file

http://{svr8}:port/weemc-service/weemc?wsdl

on my local machine the flex app works when i try to get the data from the
database, but on my production server (which is svr8)  i get a "security
access error".  when i change the url so that i am viewing the file throught
the web server (ie. svr8) and not the ip address I get a

[WSDLError faultString="Element "" not resolvable" faultCode="
WSDL.BadElement" faultDetail="null"]

error.  After i select dismiss all and refresh the flex app then it's get's
the data from the database.
if i try to post/update data in the database on either my local machine I
get this error

[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request"
faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false
cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL:

but then it still updates the data

if i try to post/update data on production server nothing happens


 i put the crossdomain.xml file in the ear file i am trying to call

http://{svr8}:port/weemc-service/crossdomain.xml the database the ear file
is accessing is on

http://{svr7}:port/isqlplus



More info:

svr8 is a weblogic server that is running in a cluster with an Admin server
and a managed server

flex running as a war file on svr8

the secure attribute in the crossdomain file is set to true

Reply via email to