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 "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2005/02/02 04:28:19 UTC

[jira] Updated: (AXISCPP-358) Passing NULL as argument to APIs in IHeaderBlock and IAttribute class results in Exception

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

Samisa Abeysinghe updated AXISCPP-358:
--------------------------------------

    Description: 
if we call APIs by passing NULL as it's argument then it results in some Excepton.
For eg. I tried the following statement
IHeaderBlock *phb=ws.createSOAPHeaderBlock("Test","http://apache.com");
  phb->setLocalName(NULL);
It generated some exception.

All the APIs in IHeaderBlock and IAttribute class are generating this exception for NULL value.




  was:

if we call APIs by passing NULL as it's argument then it results in some Excepton.
For eg. I tried the following statement
IHeaderBlock *phb=ws.createSOAPHeaderBlock("Test","http://apache.com");
  phb->setLocalName(NULL);
It generated some exception.

All the APIs in IHeaderBlock and IAttribute class are generating this exception for NULL value.




      Component: SOAP

> Passing NULL as argument to APIs in IHeaderBlock and IAttribute class results in Exception
> ------------------------------------------------------------------------------------------
>
>          Key: AXISCPP-358
>          URL: http://issues.apache.org/jira/browse/AXISCPP-358
>      Project: Axis-C++
>         Type: Bug
>   Components: SOAP
>     Reporter: James Jose

>
> if we call APIs by passing NULL as it's argument then it results in some Excepton.
> For eg. I tried the following statement
> IHeaderBlock *phb=ws.createSOAPHeaderBlock("Test","http://apache.com");
>   phb->setLocalName(NULL);
> It generated some exception.
> All the APIs in IHeaderBlock and IAttribute class are generating this exception for NULL value.

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