You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/09/14 06:09:24 UTC

[jira] Created: (AXIS2-1150) ADB does not handle elementFormDefault correctly

ADB does not handle elementFormDefault correctly
------------------------------------------------

                 Key: AXIS2-1150
                 URL: http://issues.apache.org/jira/browse/AXIS2-1150
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Deepal Jayasinghe
            Priority: Blocker


I generate stub for the WSDL which has elementFormDefault=false , but when I send the request I found that it send the qualified element. I think this is a bug  and need to fix before 1.1

FYI : when code gen for the same wsdl using xmlbeans it works fine

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1150) ADB does not handle elementFormDefault correctly

Posted by "Thilina Gunarathne (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1150?page=comments#action_12439048 ] 
            
Thilina Gunarathne commented on AXIS2-1150:
-------------------------------------------

Hi Deepal,
I could not recreate your issue...I assume it's  elementFormDefault="unqualified", since it's not allowed to have value "false".

I tried with the wsdl #2 given in http://issues.apache.org/jira/browse/AXIS2-720  using a XMLBeans generated service and a ADB generated Client.. It worked well...
Following is the request sent by ADBClient in the case of  elementFormDefault="unqualified", which looks correct to me..

<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Header />
      <soapenv:Body>
         <ns1:predictLocalizationRequest xmlns:ns1="http://org.apache.axis2/xsd">
            <sequence>bar</sequence>
            <organism>foo</organism>
         </ns1:predictLocalizationRequest>
      </soapenv:Body>

FYI: I too found attributeFormDefault=unqualified broken...
   </soapenv:Envelope>

> ADB does not handle elementFormDefault correctly
> ------------------------------------------------
>
>                 Key: AXIS2-1150
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1150
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>         Assigned To: Thilina Gunarathne
>            Priority: Blocker
>
> I generate stub for the WSDL which has elementFormDefault=false , but when I send the request I found that it send the qualified element. I think this is a bug  and need to fix before 1.1
> FYI : when code gen for the same wsdl using xmlbeans it works fine

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1150) ADB does not handle elementFormDefault correctly

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1150?page=comments#action_12438961 ] 
            
Davanum Srinivas commented on AXIS2-1150:
-----------------------------------------

Sample WSDL and Request is here - http://issues.apache.org/jira/browse/AXIS2-720


> ADB does not handle elementFormDefault correctly
> ------------------------------------------------
>
>                 Key: AXIS2-1150
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1150
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>         Assigned To: Thilina Gunarathne
>            Priority: Blocker
>
> I generate stub for the WSDL which has elementFormDefault=false , but when I send the request I found that it send the qualified element. I think this is a bug  and need to fix before 1.1
> FYI : when code gen for the same wsdl using xmlbeans it works fine

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-1150) ADB does not handle elementFormDefault correctly

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1150?page=all ]

Eran Chinthaka reassigned AXIS2-1150:
-------------------------------------

    Assignee: Thilina Gunarathne

> ADB does not handle elementFormDefault correctly
> ------------------------------------------------
>
>                 Key: AXIS2-1150
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1150
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>         Assigned To: Thilina Gunarathne
>            Priority: Blocker
>
> I generate stub for the WSDL which has elementFormDefault=false , but when I send the request I found that it send the qualified element. I think this is a bug  and need to fix before 1.1
> FYI : when code gen for the same wsdl using xmlbeans it works fine

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1150) ADB does not handle elementFormDefault correctly

Posted by "Thilina Gunarathne (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1150?page=all ]

Thilina Gunarathne resolved AXIS2-1150.
---------------------------------------

    Resolution: Cannot Reproduce

> ADB does not handle elementFormDefault correctly
> ------------------------------------------------
>
>                 Key: AXIS2-1150
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1150
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>         Assigned To: Thilina Gunarathne
>            Priority: Blocker
>
> I generate stub for the WSDL which has elementFormDefault=false , but when I send the request I found that it send the qualified element. I think this is a bug  and need to fix before 1.1
> FYI : when code gen for the same wsdl using xmlbeans it works fine

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org