Anyone seen "Unable to connect to endpoint ..." calling a webservice only when using IE but otherwise working fine in Firefox.
<mx:WebService wsdl="http://ws2.serviceobjects.net/gcr/GeoCoder.asmx?WSDL" id="GeoCodeService" fault="alert(event.fault.faultstring)" result="ParseResult()"> <mx:operation name="GetGeoLocation" resultFormat="object" showBusyCursor="true"> <mx:request format="object"> <Address>{txtAddress.text}</Address> <City>{txtCity.text}</City> <State>{txtState.text}</State> <PostalCode>{txtZip.text}</PostalCode> <LicenseKey>license_key_goes_here</LicenseKey> </mx:request> </mx:operation> </mx:WebService> Thanks. ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

