Did you load the SWF via HTTPS too? You can't make a secure connection unless you loaded the SWF securely too.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Sent: Friday, June 08, 2007 5:38 PM To: [email protected] Subject: [flexcoders] Re: Secure WebService problem with HotFix2 I tried anWebService.useProxy = false; just before I called the operation. But I am still getting the error. Pete, btw, I am using the rpc.swc file you sent to me couple of days ago. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Peter Farland" <[EMAIL PROTECTED]> wrote: > > I believe this is a known issue, as a work around, could you try setting > the following before you call your operation: > > anWebService.useProxy = false; > anWebService.someOperation(someParam); //... etc... > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of Jay > Sent: Friday, June 08, 2007 12:36 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Secure WebService problem with HotFix2 > > > > Hi, > > I have this webserivice running fine before HotFix2. > > <mx:WebService id="anWebService" > wsdl="https://somewhereonthenet.com/AuthenticationWS?wsdl <https://somewhereonthenet.com/AuthenticationWS?wsdl> > <https://somewhereonthenet.com/AuthenticationWS?wsdl <https://somewhereonthenet.com/AuthenticationWS?wsdl> > " > showBusyCursor="true" /> > > But after the hotfix2, I am getting the error when my webservice URL > is HTTPS, but it works fine on the HTTP. I tried to look for the > documentation and couldn't find any on what I should be setting up. > Any help would be really appreciated. > > [RPC Fault faultString="[MessagingError message='Destination > 'DefaultHTTPS' has no channels defined and the application does not > define any default channels.']" faultCode="InvokeFailed" > faultDetail="Unable to load WSDL. If currently online, please verify > the URI and/or format of the WSDL > (https://somewhereonthenet.com/AuthenticationWS?WSDL <https://somewhereonthenet.com/AuthenticationWS?WSDL> > <https://somewhereonthenet.com/AuthenticationWS?WSDL <https://somewhereonthenet.com/AuthenticationWS?WSDL> > )"] > at mx.rpc.wsdl::WSDLLoader/mx.rpc.wsdl:WSDLLoader::faultHandler() > at > flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEven > tFunction() > at flash.events::EventDispatcher/dispatchEvent() > at > mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::disp <http://www.adobe.com/2006/flex/mx/internal::disp> > atchRpcEvent > <http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent <http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent> > () > at Function/http://adobe.com/AS3/2006/builtin::apply <http://adobe.com/AS3/2006/builtin::apply> > <http://adobe.com/AS3/2006/builtin::apply <http://adobe.com/AS3/2006/builtin::apply> > () > at mx.rpc::AsyncDispatcher/::timerEventHandler() > at flash.utils::Timer/flash.utils:Timer::_timerDispatch() > at flash.utils::Timer/flash.utils:Timer::tick() >

