Stylesheets and Schema validation in Apache AXIS 1.x

A

Aditya

It is often written that in document literal style - one has a lot of
flexibility and one can do these two things specifically:

1. Validate the SOAP body against a schema
2. Use an XSLT stylesheet to modify the SOAP body XML. ( I have two
versions of services and for one of them - I need to slightly modify
the message body)

I have a document literal WSDL and I generated classes using WSDL2Java.


Everything works as expected but I can't do either of the above two
things - XSLT or schema validation since the XML gets converted to
objects before I can do anything with it. Any suggestions?

Thanks!
 
M

Mike Gaab

Aditya said:
It is often written that in document literal style - one has a lot of
flexibility and one can do these two things specifically:

1. Validate the SOAP body against a schema
2. Use an XSLT stylesheet to modify the SOAP body XML. ( I have two
versions of services and for one of them - I need to slightly modify
the message body)

I have a document literal WSDL and I generated classes using WSDL2Java.


Everything works as expected but I can't do either of the above two
things - XSLT or schema validation since the XML gets converted to
objects before I can do anything with it. Any suggestions?

Thanks!

This is just a monitor but it might give you some ideas or maybe you
can write the authors of the application for some help.

http://www.osmoticweb.com/soap-monitor/

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top