AW: XSD to WSDL Translation

2004-08-03 Thread Zedler, Michel
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

java.lang.IncompatibleClassChangeError - Need help!

2004-08-03 Thread Zedler, Michel
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

Axis and XML Schema Validation

2004-07-26 Thread Zedler, Michel
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

Complex Types and Interoperability

2004-06-16 Thread Zedler, Michel
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

Accessing Request Data With Axis WebService

2004-03-11 Thread Zedler, Michel
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