Re: using axis ant tasks, documentation

2004-08-02 Thread MArtin Schumacher
Arnaud Vezain wrote: The fact that your service is a wrapped one change the problem. I am not a specialist of wrapped service but here is what you can read in the axis user guide : "In other words, the ENTIRE element would be handed to your method as a single bean with three fields inside it. On t

Re: using axis ant tasks, documentation

2004-08-02 Thread MArtin Schumacher
matthew.hawthorne wrote: MArtin Schumacher wrote: Right now I try to find out how to use the complexType-Tag... but there is no documentation about that. Does anyone has an idea? Some Links to tutorials which work with the ant-tasks or some stuff like that. How about the 'samples' di

Re: using axis ant tasks, documentation

2004-08-02 Thread Arnaud Vezain
The fact that your service is a wrapped one change the problem. I am not a specialist of wrapped service but here is what you can read in the axis user guide : "In other words, the ENTIRE element would be handed to your method as a single bean with three fields inside it. On the other hand, for a

Re: using axis ant tasks, documentation

2004-08-02 Thread MArtin Schumacher
Arnaud Vezain wrote: For the complexType tag, there no special things to do. If you write a web service which use a Java Bean classe (attributes+getters+setters), it will be generated as a complexType (xml schema) in the WSDL file when you deploy it with your ant script. Thats what I thought. But i

Re: using axis ant tasks, documentation

2004-08-02 Thread Arnaud Vezain
file when you deploy it with your ant script. Arnaud. > Hi there, > > since several days I try to figure out how axis and the ant tasks for > axis work. But clear documentation is quite seldom... > > Right now I try to find out how to use the complexType-Tag... but there >

Re: using axis ant tasks, documentation

2004-08-02 Thread matthew.hawthorne
MArtin Schumacher wrote: Right now I try to find out how to use the complexType-Tag... but there is no documentation about that. Does anyone has an idea? Some Links to tutorials which work with the ant-tasks or some stuff like that. How about the 'samples' directory in the Axis di

using axis ant tasks, documentation

2004-08-02 Thread MArtin Schumacher
Hi there, since several days I try to figure out how axis and the ant tasks for axis work. But clear documentation is quite seldom... Right now I try to find out how to use the complexType-Tag... but there is no documentation about that. Does anyone has an idea? Some Links to tutorials which

Re: Seems to be no parity between wsdl2java/java2wsdl and corresponding ant tasks

2003-10-24 Thread Mike Klein
Unfortunately I am a very-unemployed software developer...need to get work that pays . I am...however...taking the sum of all my SOAP knowlege (10cents right now...waiting for it to be a dollar!) and putting it on my website when I get thru with something that will withstand public scrutiny

Re: Seems to be no parity between wsdl2java/java2wsdl and corresponding ant tasks

2003-10-24 Thread Stephen Gordon
feel free to code these up yourself :) If you submit a patch with the list task I would be surprised if it doesn't get committed immediately since this wouldn't really interfere with much. stephen Mike Klein wrote: For example, ant java2wsdl task seems to be missing --outputWsdlMode parameter

Seems to be no parity between wsdl2java/java2wsdl and corresponding ant tasks

2003-10-24 Thread Mike Klein
For example, ant java2wsdl task seems to be missing --outputWsdlMode parameter. I'm sure there are others missing and probably for wsdl2java task as well. Has anybody else seen this? Plus...I'd like to see a list task for axis admin task...ala tomcat's manager list. Just for completeness/anal-

Re: ant tasks

2003-10-23 Thread Mike Klein
on" type="java:com.vxappliance.quotations.Quotation" serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; /> A

Re: ant tasks

2003-10-23 Thread Mike Klein
Actually...there is a way to specify the classpath...it's just not documented correctly in the ant tasks html on Axis web site. I had this problem last night and thought...geez what an omission...I need to specify classpath before starting NetBeans/my IDE??? No, all is well...jus

Re: ant tasks

2003-10-23 Thread Stephen Gordon
With the first point, AFAIK there isn't a way to specify the classpath. You could however use the task and call the WSDL2Java/Java2WSDL that way. A kludge for sure, but it would work ;) stephen Matthew Pocock wrote: Hi, I've been having some problems with the axis ant tasks. We&

ant tasks

2003-10-23 Thread Matthew Pocock
Hi, I've been having some problems with the axis ant tasks. We're running axis-1_1 and ant 1.5.1beta1 (should probably upgrade ant). We were doing everything by hand (running loads of different commands from a shell) and this worked ok, but now are trying to automate things and at

Can filesets be used with the axis Ant tasks?

2003-09-24 Thread Eric Mckenna
Title: Can filesets be used with the axis Ant tasks? When generating more than one service, do you have to use a java2wsdl axis-ant task for each service?  For example:     classname="webservices.ServiceOne"   implclass="webservices.ServiceOneSoapBindingImpl"

When to use Axis-admin vs. usual tomcat ant tasks

2003-08-29 Thread gawkboyrules
The project I want to use Axis contains a servlet that is currently being deployed/installed/etc. by the usual tomcat ant tasks. (The taskdef lines are listed below for clarity.) I notice that the axis-wsdl2java task (which is to say org.apache.axis.wsdl.WSDL2Java) according

Ant tasks

2002-05-07 Thread Simon McClenahan
The Axis build.xml ant file references an Ant task for wsdl2java . I am trying to build my own ant file that uses this Ant task. Will test.wsdl.Wsdl2javaAntTask be included in the axis.jar binary distribution? Right now I have to compile the source myself. Looking at the source Wsdl2javaAntTas