Re: [flexcoders] Re: Flex Appointment Calendar Component

2008-07-18 Thread Jeremy Anderson
I'm now getting an error: ReferenceError: Error #1069: Property R918 not found on myComponents.Calendar and there is no default value. at myComponents::Calendar/findMaxColumns() at myComponents::Calendar/resetCounts() at myComponents::Calendar/clearAppointments() at

Re: [flexcoders] BlazeDS SOAP Basic authentication

2008-07-07 Thread Jeremy Anderson
Nevermind...I figured out that I need to set the remote credentials before calling loadWsdl(); Now if I could just get the logout() function to behave. --Jeremy On Sat, Jul 5, 2008 at 4:04 PM, Jeremy Anderson [EMAIL PROTECTED] wrote: I have a SOAP Web Service that I'm trying to connect

[flexcoders] BlazeDS SOAP Basic authentication

2008-07-06 Thread Jeremy Anderson
I have a SOAP Web Service that I'm trying to connect to that requires Basic authentication. Here's the code that I'm calling in my .mxml application: private function callService():void { var xplannerSvc:WebService = new WebService(); xplannerSvc.destination =