Popular recipes tagged "axis"http://code.activestate.com/recipes/tags/axis/2011-01-04T12:05:12-08:00ActiveState Code RecipesAxis POJO stripper. (Python) 2011-01-04T12:05:12-08:00Chris Wolfhttp://code.activestate.com/recipes/users/4173108/http://code.activestate.com/recipes/577533-axis-pojo-stripper/ <p style="color: grey"> Python recipe 577533 by <a href="/recipes/users/4173108/">Chris Wolf</a> (<a href="/recipes/tags/axis/">axis</a>, <a href="/recipes/tags/pojo/">pojo</a>, <a href="/recipes/tags/wsdl2java/">wsdl2java</a>). </p> <p>This utility lets us use the 'wsdl2java' utility from Axis-1 to generate POJOs from the schema embedded in a WSDL. If we just want POJOs without the Axis marshalling/unmarshalling code, then this script will strip out the Axis code, leaving just the POJOs.</p>