Hi Kevin,

In the admin panel when you click 'refresh' next to the webservice, what
happens then? Also, try running the following code in a CFM and see what
exception is thrown:

<cfset CreateObject("java", "coldfusion.server.ServiceFactory"
).XmlRpcService.RefreshWebService('URL OF THE WSDL GOES HERE') />

That will likely throw the exact same exception as before, my only thought
if that doesn't work is that we can try and restart the cfusion service to
clear any dud caches it might be storing but other than that I'm all out,
unless the problem lies at the server end for whoever is publishing the
service, it'll be worth speaking to them if none of these things help.

Rob

-----Original Message-----
From: Kevin Cundick [mailto:kcund...@nutracorp.com] 
Sent: 23 April 2009 19:44
To: cf-talk
Subject: Re: Could not instantiate stub objects


I failed to mention that this remote service is someone else's.  If I
attempt the hit the WSDL by just pasting the URL in the browser it does come
back successfully.

Any further suggestions?  I would appreciate it.
  
> Hi Rob,
> 
> Thank you for suggestion.  I did what you recommended and after I did 
> that, I get this exception...
> 
> Could not instantiate stub objects for web service invocation.
> 
> I'm not sure why it would not be able to instantiate the class, it is 
> there.  So this has me stuck.
> 
> Thank you again for your suggestion.
> 
> Kevin
> 
> >Hi Kevin,
> >
> >You say that the webservice is listed in the CFADMIN? I'd try 
> deleting it
> >from the list and then the next time the code is called it should 
> regenerate
> >and hopefully solve your problem, have you tried that?
> >
> >Is this remote service your own? Or someone elses?
> >
> >Rob
> >
> >Hi All,
> >
> >I am having some trouble trying to call a web service that is 
> currently
> >setup in the ColdFusion administrator.  I get the following exception 
> each
> >time I try...
> >
> >"Error","jrpp-3","04/22/09","13:55:25","nutracorp","Could not 
> instantiate
> >stub objects for web service invocation.The rootcause was that:
> >java.lang.reflect.InvocationTargetException The specific sequence of 
> files
> >included or processed is: D:\xxx\sites\xxxxxweb\search_xxxx.cfm, 
> line: 40 "
> >coldfusion.xml.rpc.ServiceInfo$ServiceStubInstantiationException: 
> Could not
> >instantiate stub objects for web service invocation.
> >
> >Has anyone seen this before?
> >
> >It is running ColdFusion 7 on Windows Server 2003 (SP3).
> >CF is utilizing Java's JDK1.6.0_10.
> >
> >Upgrading to ColdFusion 8 is not an option for me as I have been 
> turned down
> >upon many requests.  So I'm stuck with CF 7.  I know it is not 
> supported to
> >run JDK 1.6, but I need many of the features that come with that JDK 
> so
> >falling back also isn't an option.  
> >
> >The weird thing is that this has worked for quite some time and then 
> broke
> >out of the blue without any changes being made.
> >
> >I would appreciate any suggestions on what could be going on.
> >
> >Thanks,
> >Kevin 




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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to