Re: cfinvoke webservice

2008-08-25 Thread CF Developer
are you sure the method that you are calling exists in the CFC file?

On 8/25/08, Bosky, Dave <[EMAIL PROTECTED]> wrote:
>
> Trying to invoke a webservice using CF but it keeps failing due to some
> error. Is there a common problem related to this error msg?
>
> Cannot perform web service invocation myMethodName.
> The fault returned when invoking the web service operation is:
>
> AxisFault
> faultCode: {http://xml.apache.org/axis/}HTTP
> faultSubcode:
> faultString: (500)Internal Server Error
> faultActor:
> faultNode:
> faultDetail: {}:return code:  500
>
> Thanks,
>
> Dave
>
> **
> HTC Disclaimer:  The information contained in this message may be
> privileged and confidential and protected from disclosure. If the reader of
> this message is not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify us immediately by replying to the
> message and deleting it from your computer.  Thank you.
> **
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


RE: cfinvoke webservice

2008-08-25 Thread Dave Watts
> Trying to invoke a webservice using CF but it keeps failing 
> due to some error. Is there a common problem related to this 
> error msg?
> 
> Cannot perform web service invocation myMethodName.
> The fault returned when invoking the web service operation is:
> 
> AxisFault
>  faultCode: {http://xml.apache.org/axis/}HTTP
>  faultSubcode: 
>  faultString: (500)Internal Server Error
>  faultActor: 
>  faultNode: 
>  faultDetail: {}:return code:  500

A 500 error code means that the application server can't successfully run
the program at that URL. It's quite vague, though - it doesn't tell you why
that program isn't running. If the web service is written in CF, you should
try invoking it from a browser, and see what happens.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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