[ http://issues.apache.org/jira/browse/AXISCPP-471?page=all ]
     
Samisa Abeysinghe closed AXISCPP-471:
-------------------------------------

    Resolution: Fixed
     Assign To: Samisa Abeysinghe

The status returned by (*itCurrBasicNode)->serialize( pSZ, 
lstTmpNameSpaceStack); is captured into a local variable and named iStatus. 
Eventually it is the value of this variable that HeaderBlock::serializeChildren 
is returning. Hence this case is handled.

My understanding is that this method is tested through header tests as this is 
called while setting the headers.

> HeaderBlock::serializeChildren Method is not returning correct status
> ---------------------------------------------------------------------
>
>          Key: AXISCPP-471
>          URL: http://issues.apache.org/jira/browse/AXISCPP-471
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Samisa Abeysinghe

>
> HeaderBlock::serializeChildren is calling (*itCurrBasicNode)->serialise( pSZ, 
> lstTmpNameSpaceStack).  This returns either AXIS_SUCCESS or AXIS_FAIL.  The 
> method always returns AXIS_SUCCESS regardless of the return from the call.

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

Reply via email to