[ http://issues.apache.org/jira/browse/AXIS-2346?page=comments#action_12360744 ]
Davanum Srinivas commented on AXIS-2346: ---------------------------------------- Pratik, Hmm..Sorry for giving you the run around. But the latest code is in SVN. Please run "svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/java/ axis" to get the latest code. Then run "ant clean all-tests" after dropping all the libraries needed into axis/lib directory. After you validate that the tests are fine, make your changes and run the tests again. Then run "svn diff -u" and upload the results. We also need a test case to make sure that your patch is indeed fixing a problem and so that no one else will break your "use case" later. Thanks for your patience and cooperation, dims > Issue with the way the localNames are created in WSDL2Java > ---------------------------------------------------------- > > Key: AXIS-2346 > URL: http://issues.apache.org/jira/browse/AXIS-2346 > Project: Apache Axis > Type: Bug > Components: Serialization/Deserialization > Versions: beta-1, current (nightly), beta-2, future (enh), beta-3, > 1.0-rc1, 1.0-rc2, 1.0, 1.1beta, 1.1, 1.1RC1, 1.1rc2, 1.2 Alpha, 1.2 Beta, > 1.2RC1, 1.2RC2, 1.2RC3, 1.2, 1.2.1, 1.3 > Reporter: Pratik Parikh > Attachments: DeserializationPatch.txt > > The localName of XML is in java naming convenstion and Qname is xml name > convenstion, this create a problem in deserialization before the message is > send out. The Deserializer is not able to find out the QName in localName > HashMap, because the QName does not match the LocalName. > Thanks, > Pratik -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
