[ 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

Reply via email to