Hi
I have a Project with JDK 1.4 where I have some xsd files that I have to use to generate SOAP Services and simple XML services (Simple XML Request and Response). For the SOAP Services I was thinking on using Axis. Now for the XML Services I was thinking on using JAXB to generate the classes and create a servlet that will process the XMLs. Is there an easier way to do this?. Can Axis help me create both services? Regards, Néstor Boscán
