On Wednesday, July 31, 2002, at 12:16 , Dick Applebaum wrote:
> Can anyone tell me/ point me to what is supposed to happen when you
> invove a web service.

CFMX parses the WSDL and generates Java stub files. These are then 
compiled. The result allows CFMX to execute the Web Service (subsequent 
calls use the precompiled stubs).

> the Java files generated are  in
>   /opt/coldfusionmx/stubs/WS330149168/Net/xmethods/www are:
>
>       BabelFishBindingStub.java
>       BabelFishPortType.java
>       BabelFishService.java
>       BabelFishServiceLocator.java
>
> AFAIK, the only file missing is:
>
>       BabelFishService.class
>
> However, I can't figure out who is responsible for generating the
> missing file -- or where to start looking.

CFMX tries to compile these files but they don't compile. My sense is that 
the environment that CFMX uses to compile the stubs doesn't have the 
org.apache.* classes in it (I tried to javac the files by hand and it 
couldn't resolve those items). It *may* be as simple as changing some 
configuration file somewhere or it may require adding the appropriate .jar 
file to the classpath or something else. It's on my list of things to 
figure out... but it's down the list a page or two!

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to