coldfusion class path for multiple services - only recognizing first directory
Posted
by ffc
on Stack Overflow
See other posts from Stack Overflow
or by ffc
Published on 2010-06-15T18:52:41Z
Indexed on
2010/06/15
20:12 UTC
Read the original article
Hit count: 219
web-services
|coldfusion
Hi,
I am trying to use multiple web services on a single CF page. I have entered the stubs directory for each of the web services in the ColdFusion Class Path within administrator > server settings > java and jvm
paths are listed separated by commas: c:\coldfusion9\stubs\ws1,c:\coldfusion9\stubs\ws2
for some reason, only the web service whose stub path is listed first will work. When I try to call the second web service, I get a "web service operation ... cannot be found"
but if i switch the order of paths listed in the admin settings and restart the service, the web service listed first now will work.
any ideas on how to manage multiple web services and their stubs ?
thanks!
© Stack Overflow or respective owner