You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2005/02/22 18:47:48 UTC

[jira] Created: (AXISCPP-469) RecurseTypes test is failing

RecurseTypes test is failing
----------------------------

         Key: AXISCPP-469
         URL: http://issues.apache.org/jira/browse/AXISCPP-469
     Project: Axis-C++
        Type: Bug
  Components: WSDL processing  
    Versions: current (nightly)    
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 


The RecurseTypes test is failing during serialization of the request message.

In particular this happening for an optional attribute.  Previously, there used to be a test for NULL before attempting to serialize, within the generated stubs, but this is no longer present.

The section of code within WSDL2Ws which inserts this was changed to only do so if the attribute is marked in the wsdl at optional.  However, it would appear that this value is never being correctly checked, and it isn't overly clear what to do if the "use" attribute is missing.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-469) RecurseTypes test is failing

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-469?page=history ]
     
Adrian Dick closed AXISCPP-469:
-------------------------------


> RecurseTypes test is failing
> ----------------------------
>
>          Key: AXISCPP-469
>          URL: http://issues.apache.org/jira/browse/AXISCPP-469
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick

>
> The RecurseTypes test is failing during serialization of the request message.
> In particular this happening for an optional attribute.  Previously, there used to be a test for NULL before attempting to serialize, within the generated stubs, but this is no longer present.
> The section of code within WSDL2Ws which inserts this was changed to only do so if the attribute is marked in the wsdl at optional.  However, it would appear that this value is never being correctly checked, and it isn't overly clear what to do if the "use" attribute is missing.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-469) RecurseTypes test is failing

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-469?page=history ]
     
Adrian Dick resolved AXISCPP-469:
---------------------------------

    Resolution: Fixed

Modified org.apache.axis.wsdl.wsdl2ws.cpp.literal.BeanParamWriter to include check for NULL before serializing string-based attributes.

> RecurseTypes test is failing
> ----------------------------
>
>          Key: AXISCPP-469
>          URL: http://issues.apache.org/jira/browse/AXISCPP-469
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick

>
> The RecurseTypes test is failing during serialization of the request message.
> In particular this happening for an optional attribute.  Previously, there used to be a test for NULL before attempting to serialize, within the generated stubs, but this is no longer present.
> The section of code within WSDL2Ws which inserts this was changed to only do so if the attribute is marked in the wsdl at optional.  However, it would appear that this value is never being correctly checked, and it isn't overly clear what to do if the "use" attribute is missing.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira