xml java mapping

2004-12-27 Thread Rajdeep Dua
there was a discussion on this in this list somedays back regarding making the axis mapping impl independent. so has there been a consensus on this.(so that we can switch between castor ,jaxb ) does axis use jaxp parsers internally(xerces for example). What is the mapping used internally by

Problems with Axis's XML-- Java Mapping

2002-05-24 Thread Jim Dibble
Im encountering problems with Axiss XML Java mapping. Does Axis assume that a class with getName and setName methods also has a field named name? I have an example where my get/set methods operate on _name, and it causes problems for Axis. I created a class PurchaseOrder that is sent