I tried parameter, but it complained about not having option.  The servlet
mapping got me through the 404, but I am now getting a NoClassDefFoundError:
javax/ejb/EJBObject.

I am not using EJBs - any idea what could cause this error?

-----Original Message-----
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 1:34 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws


think it should be parameter and not option under service.



-----Original Message-----
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:42 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws


Here is the deployment result in server-config.xml in
webapps\axis\WEB-INF:

  <service pivot="RPCDispatcher" name="Product">
   <option name="methodName" value="getProduct"/>
   <option name="className" value="Product"/>
  </service>

Seems simple enough, but does anything look suspicious?

-----Original Message-----
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:38 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws


Hi

can u look up the servlet mapping for Axis Servlet in your web.xml ?


-----Original Message-----
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 11:21 AM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws


Thanks, but same "not found" problem...

AxisFault
  faultCode: http://xml.apache.org/axis/:HTTP
  faultString: Not Found
  faultActor: null
  faultDetails: [[#text: <head><title>Not Found (404)</title></head>
<body><h1>Not Found (404)</h1> <b>Original request:</b>
/axis/services/Product<br><br> <b>Not found request:</b>
/axis/services/Product</body> ]]

Any other ideas?


-----Original Message-----
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:02 PM
To: [EMAIL PROTECTED]
Subject: RE: deployment problem without .jws



Could you try using  http://localhost:8080/axis/services/Product as the
URL

>  -----Original Message-----
> From:         David Gilbert [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 24, 2003 11:12 AM
> To:   [EMAIL PROTECTED]
> Subject:      deployment problem without .jws
>
> I am running Axis beta 2 (pre 1.0) on tomcat 3.2.4 on Windows2000 and
> cannot deploy a web service without using the instant deployment via
> .jws.  I have successfully deployed using .jws (using the URL
> http://localhost:8080/axis/Product.jws in my client).  Then I run a
> deployment script:  (product_deploy.xml - the format is pre-WSDD)
>
>  <m:deploy xmlns:m="AdminService">
>    <service name="Product" pivot="RPCDispatcher">
>      <option name="className" value="Product" />
>      <option name="methodName" value="getProduct" />
>    </service>
>  </m:deploy>
>
> and I copy the class file from the webapps/axis directory, where it
> was automatically compiled as a .jws service, to the
> webapps/axis/WEB-INF/classes directory.  I then point my client class
> to go to the same URL without the .jws extension
> (http://localhost:8080/axis/Product).  The class is not in a package.
> I get a Not Found <404> AxisFault.  I have reviewed the User's Guide -
> publishing web services section on the xml.apache.org site, it gives a
> clear example on .jws and leaves out the details, like the url, on the
> non-.jws example.  I also tried the example 3 - MyService from the
> user's guide with the same results.  Am I using the right URL, is my
> class in the right place, or is something else wrong?
>
> Please help - I'm desperate, .jws isn't enough.
>
> (thanks)
>
> -----------------------------
> David Gilbert
> 303.517.1297
> Cragmont Technologies
> Java, Siebel, and Database Design Services
> www.cragmonttech.com
>

Reply via email to