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
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
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
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
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
>
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
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
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
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
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-
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
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
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&
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
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"
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
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
17 matches
Mail list logo