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
            Priority: Blocker
             Fix For: 1.4.1


the generated 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, because of this my client code 
throws unexpected submelement Result/Properties ADBException

-- 
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]

Reply via email to