[ 
https://issues.apache.org/jira/browse/AXIS2-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

murali mohan dingari updated AXIS2-4116:
----------------------------------------

    Description: 
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

  was:
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


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

Reply via email to