Author: sagara
Date: Mon Mar 19 05:16:49 2012
New Revision: 1302273
URL: http://svn.apache.org/viewvc?rev=1302273&view=rev
Log:
Fixed AXIS2-4253
Identify WSDL version based on the DOM root element and delegate to
WSDL11ToAxisServiceBuilder and WSDL20ToAxisServiceBuilder accordingly .
Modified:
Author: sagara
Date: Mon Mar 19 05:59:31 2012
New Revision: 1302280
URL: http://svn.apache.org/viewvc?rev=1302280&view=rev
Log:
AXIS2-4253 - Added WSDL 1.1 and WSDL 2.0 based dynamic client sample.
Added:
axis/axis2/java/core/trunk/modules/samples/dynamicclient/
axis/axis2/java/core/tr
Author: sagara
Date: Mon Mar 19 06:44:09 2012
New Revision: 1302297
URL: http://svn.apache.org/viewvc?rev=1302297&view=rev
Log:
AXIS2-5217
PluginDescriptor#getClassRealm() return type is not compatible among Maven2 and
Maven3. Due to above issue this plug-in not work in Maven3. I have modified
c