Thanks - though sorry for any confusion.
> So it is surprising to me that the function named "renderMCDL" in your
> webservice.cfc file is being invoked.
> What is your evidence that it is being invoked?
> Is that function configured with access="remote" ?
I have no function named renderMCDL. I'm talking about the function call to
renderMCDL called by doGet at src/com/naryx/tagfusion/cfm/cfcServlet.java
if (queryString == null || queryString.equals("")) {
// We can print out MCDL of the cfc
renderMCDL(request, response);
}
I was just pointing out that for direct requests to a cfc that have no
queryString the servlet will call the renderMCDL request which returns a
403. My question was whether this was intended.
In regards to calling remote methods that do not exist via the
?method=methodname queryString, my understanding was that these requests
should at least call any initialization code so that error handling can be
handled by the cfc. I'd be happy to file an issue ticket if that is indeed
what OpenBD GAE should be doing. As it currently stands, I just have no way
of handling this missing remote method error.
One last thing, I hate taking any amount away from the work that you guys
are doing by asking these questions. Hopefully after this merge Matt
mentioned we'll have a solid build. I'll try to wait until then for any more
questions I might have.
Thanks again.
On Wed, Jan 27, 2010 at 1:34 PM, Alan Holden <[email protected]> wrote:
> Unsure if this applies to the meat of your conversation, but to invoke a
> web service via a call to a ColdFusion cfc file, the calling system must
> obtain the WSDL document by appending the wsdl parameter to the cfc path's
> query string.
> IOW, shouldn't your path be "
> http://simpleposting.appspot.com/testing/webservice.cfc?wsdl"
> ?
>
> Alan K Holden
>
>
> On 1/27/2010 12:15 AM, atomi wrote:
>
>> I'm just curious about a few things in regards to the cfc servlet on
>> OpenBD for GAE.
>>
>> When the cfc is remotely requested as in
>> http://simpleposting.appspot.com/testing/webservice.cfc
>>
>>
> --
> Open BlueDragon Public Mailing List
> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
> mailing list - http://groups.google.com/group/openbd?hl=en
>
> !! save a network - please trim replies before posting !!
>
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en
!! save a network - please trim replies before posting !!