got some application.cfm or cfc on that server maybe?
DK
On 10/19/07, Phill B <[EMAIL PROTECTED]> wrote:
>
> Frick! I still don't get a response or an error. This isn't fun. :-\
>
> On 10/18/07, Graham Pearson <[EMAIL PROTECTED]> wrote:
> > -----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
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP
Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4722
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37