[ https://issues.apache.org/jira/browse/AXIS2-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645398#action_12645398 ]
Amila Chinthaka Suriarachchi commented on AXIS2-4116: ----------------------------------------------------- The correct thing to do is to ask the server to send the correct response. Here the problem is that it sends a reply which is not according to its wsdl. Then the other options are 1. do what you do 2. get the source code and edit it to generate what you need. > wsdl2java generated contains QName("" , whihc results in Uexpected sublement > error when client code is executed > --------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-4116 > URL: https://issues.apache.org/jira/browse/AXIS2-4116 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Environment: windows/Linux Axis1.4.1 > Reporter: murali mohan dingari > Assignee: Amila Chinthaka Suriarachchi > Priority: Blocker > Fix For: 1.4.1 > > Attachments: axis2.wsdl > > > the generated code contains lot of places QName("", > for example > 1) localParameters.serialize(new > javax.xml.namespace.QName("","parameters"), > factory,xmlWriter); > > xmlWriter.writeEndElement(); > > 2)getPullParse method > > elementList.add(new javax.xml.namespace.QName("", > > "Result")); > I have mentioned my targetnamespace in the wsdl but still getting this error, > because of this my client code throws unexpected submelement > Result/Properties ADBException, I need to resolve this asap as the release is > on hold for this issue , can some one help me ASAP > I have tested with latest nightly build 197 also -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]