-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Here is another stab at this issue:

on the mx:RemoteObject line add the following:
fault="RemoteObject_Fault(event)" and add import
mx.rpc.events.FaultEvent within the mx:Script block.

Then add

private function RemoteObject_Fault(event:FaultEvent):void {
  Alert.show("An error has been detected with the Web Service
Connection and the server reported: \n Code: " + event.fault.faultCode
+ "\n Message: " + event.fault.faultString + "\n Details: " +
event.fault.faulDetail, "Web Service Error Detected: RemoteObject",
Alert.OK);
}


I do this for each of my Methods and Remote Object as I am learning
about Flex also. This has giving me alot of information and I can not
recall on Who's Blog I seen this Alert Line so I can not give credit
where credit is due.

Once you add this and publish what is the error message



Phill B wrote:
> This is what i have set for the root url
> http://209.35.190.103/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (MingW32)
Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iQEVAwUBRxfKd3njLHMPlkANAQKrpgf7BZNr3p5sZ5dsL+fkjNHWvsiqhDmJRZEV
k5pMdAuUAX1z1DUZ4jm6tO8uK/P7Vd/pxraXnkzxb+gBVVasTeROY1VLqAVMsW8J
KIhjHaFTx6bSTnqNFWYbCMbz/XGApOC+mPCG/RZruQliVBLpfCGF1Xmm5BQEFefS
3OihW3UkBsVNepsAM41GculGISkcUktx80C3N2XxotzLOMoMU0ni4xB4hytzEAV1
oehBrhScCZj6y+RBO9FrqKgjGvnCJiq//1mNmsOCxefygVPdAGdjfZQaJEmfOhTQ
xojUT0NljnR9PSh6HhtcrtEtHddM7BaruyZQyvD57F7iGSm5wPxxfA==
=CbFK
-----END PGP SIGNATURE-----


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4716
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to