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!