We've got some CFC's we access from a Flex application using SOAP. The webserver the CFC's exist on is SSL enabled, but the WSDL's being generated (when calling the CFC with ?wsdl) have an "endpoint" that is non-ssl.
This is CF Enterprise 6.1. When fetching the WSDL (https://aaa.ibsys.com/cms/com/ibsys/cms/PoolFunctions.cfc?wsdl) over SSL, the generated "endpoint" url is not HTTPS: ....snipped... <wsdl:service name="PoolFunctionsService"> <wsdl:port binding="impl:PoolFunctions.cfcSoapBinding" name="PoolFunctions.cfc"> <wsdlsoap:address location="http://aaa.ibsys.com/cms/com/ibsys/cms/PoolFunctions.cfc"/> </wsdl:port> </wsdl:service> Is this a known issue with 6.1 or CF in general (I don't have any newer versions on SSL to test), or is there something else going on that I'm not grokking? Thanks! Edward M. Smith Principal Architect Internet Broadcasting P: 651-365-4000 [EMAIL PROTECTED] Visit us at: www.ibsys.com Read our blog: www.StateofLocal.com This message may contain information that is privileged or confidential. If you receive this transmission in error, please notify the sender by reply email and delete the message and any attachment; and be advised that disclosing, copying, distributing or taking any action in reliance upon the content is prohibited. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299617 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

