Correction: It looks like it only works if the wsdl file is named in all 
upper-case characters and if it is in the same directory as the .cfc.

On Wednesday, July 13, 2016 at 1:04:14 PM UTC-6, John Moss wrote:
>
> *SOLVED*
> We have a work-around for this problem: The filename is being converted to 
> upper-case (and it looks like the whole path must be upper-case)
> so I put the file in the root directory and renamed it to upper case and 
> it now finds the file.
>
>
> On Wednesday, July 13, 2016 at 11:43:59 AM UTC-6, John Moss wrote:
>>
>> I've tried this every which way I can think of and can't get it to work.
>>
>> <cfcomponent>
>>     <cffunction name="hello" returntype="string" access="remote">
>>         <cfreturn "Hello, World!">
>>     </cffunction>
>> </cfcomponent>
>>
>> http://localhost:8080/service.cfc?wsdl  produces wsdl output.
>>
>> Then if I save that output and put it in a file I should be able to 
>> refrence the file:
>>
>> <cfcomponent wsdlfile="/service.wsdl">
>>     <cffunction name="hello" returntype="string" access="remote">
>>         <cfreturn "Hello, World!">
>>     </cffunction>
>> </cfcomponent>
>>
>> Calling this using the same url as above returns an error:
>>
>>
>> CFML Runtime Error
>> Need some help? Visit our manual http://openbd.org/manual/
>> The tag produced the following error: WSDLFILE attribute contains invalid 
>> value. Cannot locate: /SERVICE.WSDL
>> This error has been logged to 
>> bderror-2016-07-13-110520_2021038687925495321.html. Please contact the 
>> Administrator
>>
>> This seems to be broken.
>> Has anyone ever tried this?
>> We have reached an impasse with over 2500 companies hitting our site and 
>> we need load-balancing right away.
>> Without this feature working I think we are screwed.
>>
>> Any help would be greatly appreciated!
>>
>

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to