----- Original Message ----- From: "Rogério" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 07, 2002 5:34 PM Subject: Re: BidService.jws
> And how can i access this file (endpoint/wsdl)??? Here's a concrete example. I have a class called BasicMath that is in the package com.ociweb.math. I copy BasicMath.java to %TOMCAT_HOME%\webapps\axis\com\ociweb\math\BasicMath.jws. I remove the package statement from that BasicMath.jws file. I access the WSDL with http://localhost:8080/axis/com/ociweb/math/BasicMath.jws?wsdl > > In other words jws file is only for webservices that works with simple > types, if i need complex types in my application the custom deployment will > be required (wsdd)??? I think you are correct that WSDD is required for that. > ----- Original Message ----- > From: "Mark Volkmann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, April 07, 2002 2:52 PM > Subject: Re: BidService.jws > > > > In Beta 1 there is a bug in the handling of packages with JWS. > > You need to put the .jws file in the correct package directory under > > webapps/axis/WEB-INF/classes, but you need to remove the package statement > > from the .jws file to get it to work. > > > > ----- Original Message ----- > > From: "Rogério" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, April 07, 2002 10:04 AM > > Subject: Re: BidService.jws > > > > > > > I have the BidService.jws under webapps/axis directory and all required > > > classes under webapps/axis/WEB-INF/classes/samples/bidbuy directory... > > > > > > I need to put all classes only under webapps/axis/WEB-INF/classes > > > directory??? This is because the package declaration in > > > BidService.jws has been disabled???