There is a specific XML format that I need to follow ( based on Mobile Location Protocol / MLP from www.3gpp.org ). The XML is defined by DTD only, no XSD.
Now what I have done is generated Java classes from the XSD via JAXB 2.0.1 xjc compiler. How do I go about creating a webservice that is only defined by a DTD ? I can see a few links on using REST with Axis as a client: http://www.wso2.net/kb/175 http://ws.apache.org/axis2/1_1/rest-ws.html .. but not enough information on how to generate a RESTful webservice with axis. What exactly do I need to do ? Thanks, John
