You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vidyanand Murunikkara <Vi...@infravio.com> on 2003/01/24 20:02:20 UTC

RE: deployment problem without .jws

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

>  -----Original Message-----
> From: 	David Gilbert [mailto:dgilbert@cragmonttech.com] 
> Sent:	Friday, January 24, 2003 11:12 AM
> To:	axis-user@xml.apache.org
> 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
> 

RE: deployment problem without .jws

Posted by David Gilbert <dg...@cragmonttech.com>.
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:Vidyanand@infravio.com]
Sent: Friday, January 24, 2003 12:02 PM
To: axis-user@xml.apache.org
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:dgilbert@cragmonttech.com]
> Sent:	Friday, January 24, 2003 11:12 AM
> To:	axis-user@xml.apache.org
> 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
>