You probably need to use explicit naming for the Service class. There is a org.apache.service.Service class in the catalina.jar file.
When dealing with application servers or large application bases, I find it becomes necessary, good practice to use explicit naming, to avoid these types of errors. At 07:16 PM 1/14/2003 -0000, [EMAIL PROTECTED] wrote: >I've been having problems consuming web services in JSP using tomcat >4.1.18. I've narrowed it down to the following code below. It runs fine >as a standard java application, but when running as a JSP page inside >tomcat it fails miserably :( > >It fails on this line "Service service = new Service(provider_config);" >with the error at the end of this email. I've tried debugging but have >yet to find out why it fails.