Re: CFC weirdness - "cannot find the file specified"

2006-01-31 Thread Qasim Rasheed
Have you tried using webservice attributes like this HTH On 1/31/06, Kay Smoljak <[EMAIL PROTECTED]> wrote: > > Thanks James - we're having some issues here, between our heads (which > seemingly aren't working at all) and our server which is working > intermittently. As well as calling the CFC

Re: CFC weirdness - "cannot find the file specified"

2006-01-31 Thread Kay Smoljak
Thanks James - we're having some issues here, between our heads (which seemingly aren't working at all) and our server which is working intermittently. As well as calling the CFC with the wrong path like you pointed out, sometimes the server throws an error when there's ?wsdl on the invoke call and

Re: CFC weirdness - "cannot find the file specified"

2006-01-30 Thread James Holmes
Have you tried with "test" instead of "testServices" (since that's the name of the cfc)? On 1/30/06, Kay Smoljak <[EMAIL PROTECTED]> wrote: > I have a cfc in the following setup: > > http://www.example.com/cfctest/test.cfc > http://www.example.com/cfctest/index.cfm > > The cfc looks like this: > >

CFC weirdness - "cannot find the file specified"

2006-01-30 Thread Kay Smoljak
I have a cfc in the following setup: http://www.example.com/cfctest/test.cfc http://www.example.com/cfctest/index.cfm The cfc looks like this: Invocation in index.cfm looks like this: The above setup worked fine last n