Well, I was about to say "Did you ever have one of those days...etc" till 
I looked through the CFC (again).  There was no mention of "form" anywhere 
(after all, this was a 5 line cfc at the time).  However, the cfc did 
include a file, which I thought was just my global declarations.  Turns 
out, this include also called <cf_FormURL2Attributes> which is what was 
causing the error to be thrown.  Took out the include and my CFC works 
fine now.

Thanks for all the help

Scott






"James Holmes" <[EMAIL PROTECTED]> 
03/28/07 09:13 PM
Please respond to
[email protected]


To
CF-Talk <[email protected]>
cc

Subject
Re: cfc and wsdl






I thought so. This is a different problem - there's an erro in your CFC:

Element FORM is undefined
in CALLER.

You are using a variable caller.form which is not defined.

On 3/28/07, Scott A Lingle <[EMAIL PROTECTED]> wrote:
> Sure.  It's:
>
> AXIS error
> Sorry, something seems to have gone wrong... here are the details:
> Fault - Error attempting to create Java skeleton for CFC web service;
> nested exception is:
>                  coldfusion.xml.rpc.CFCInvocationException:
> [coldfusion.runtime.UndefinedElementException : Element FORM is 
undefined
> in CALLER.]
>
> AxisFault
>  faultCode:
> {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
>  faultSubcode:
>  faultString: Error attempting to create Java skeleton for CFC web
> service; nested exception is:
>                  coldfusion.xml.rpc.CFCInvocationException:
> [coldfusion.runtime.UndefinedElementException : Element FORM is 
undefined
> in CALLER.]
>  faultActor:
>  faultNode:
>  faultDetail:
>                  {http://xml.apache.org/axis/}hostname:stc-isdev-01


-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274074
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to