Because Axis does only understand very basic
XML Schema concepts.
If you
are not happy with the generated WSDL
you
can provide your own WSDL by adding a tag to you
deployment descriptor ("deploy.wsdd").
See http://www.osmoticweb.com/axis-wsdd/
If you
also want you schema to be reflected in
Hi all,
Building Java Axis from the latest CVS Sources
I get a java.lang.IncompatibleClassChangeError Exception
in different places f.ex. when calling the EchoHeader's
(http://localhost:8080/axis/EchoHeaders.jws)
echo operation (see REQUEST and RESPONE) or using the AdminClient Tool
Build (targ
Hi all,
Using an Axis MSG-style service,
how can I validate incoming XML documents against
the XML Schema Definition file referenced by the services WSDL?
Axis does no validation by default, and provides a DOM (Spec2)
representation of the document that I cannot re-validate.
So is there any possi
Hi all,
Axis comes with a build-in BeanSerializer
but the Axis User Guide says that there is nothing
in the SOAP specification which covers complex objects.
So do I leave the promised path of interoperability
and force my clients to use JAVA
when I use Bean(De)Serialization or not?
Same question
Title: Nachricht
Hi
all,
Here is my
question:Is there any possibility to access data from a
soap-request-messagein my web service implementation? (Apart from the rpc
parameters for the called method.)It seems the Axis Servlet (ServiceManager)
is hiding that all from me (?).
Here is my