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 "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/06/08 12:29:15 UTC

[jira] Updated: (AXISCPP-617) an exception occurs in running WS client

     [ http://issues.apache.org/jira/browse/AXISCPP-617?page=all ]

Chinthana Danapala updated AXISCPP-617:
---------------------------------------

    Attachment: umbpi.zip

I have attached the Files which I tested.

> an exception occurs in running WS client
> ----------------------------------------
>
>          Key: AXISCPP-617
>          URL: http://issues.apache.org/jira/browse/AXISCPP-617
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: current (nightly)
>  Environment: Win2K, UNIX
>     Reporter: anson ye
>     Assignee: Chinthana Danapala
>  Attachments: umbpi.wsdl, umbpi.zip
>
> Such codes of WS client are generated by WDSL2WS tool. If the result type is a complex type, in type deserialize function create below code:
> int Axis_DeSerialize_GenericOutput(GenericOutput* param, IWrapperSoapDeSerializer* pIWSDZ)
> {
> 	param->ResultCode = pIWSDZ->getElementAsString( "ResultCode",0);
> 	param->ResultMsg = pIWSDZ->getElementAsString( "ResultMsg",0);
> 	return pIWSDZ->getStatus();
> }
>  here, ResultCode and ResutluMsg are elements in Result:
>   <Result>
>      <ResultCode>...</ResultCode>
>      <ResultMsg>...</ResultMsg>
>   </Result>
> Due to the second parameter is 0 (NULL), when the program execute it will access the address 0, so a exception occurs.
>  

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