• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp import error - please help

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried to invoke a web service through a jsp . I imported the stub class which is stored in the WEB-INF/classes/kish/test directory buti get this
error. Please tell me what i should do.Thanx in advance.
org.apache.jasper.JasperException: Unable to compile class for JSP
C:\jakarta-tomcat-3.2.4\work\Standalone\localhost\examples\testkish\HelloAxis1$jsp.java:0: Class org.apache.axis.client.Stub not found in class kish.test.HelloAxis1SoapBindingStub.
package org.apache.jsp;
^
1 error
heres the jsp import code:
<%@ page contentType="text/html;charset=windows-1252" import="kish.test.HelloAxis1SoapBindingStub"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>
Web Service JSP Client - Scriptlet
</title>
</head>
<body>
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have axis.jar in your classpath?
 
Is that a spider in your hair? Here, threaten it with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic