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 "Roshan Weerasuriya (JIRA)" <ax...@ws.apache.org> on 2005/02/02 07:13:17 UTC

[jira] Resolved: (AXISCPP-360) compilation error when using APIs in BasicNode

     [ http://issues.apache.org/jira/browse/AXISCPP-360?page=history ]
     
Roshan Weerasuriya resolved AXISCPP-360:
----------------------------------------

    Resolution: Fixed

Fixed the issue.

> compilation error when using APIs in BasicNode
> ----------------------------------------------
>
>          Key: AXISCPP-360
>          URL: http://issues.apache.org/jira/browse/AXISCPP-360
>      Project: Axis-C++
>         Type: Bug
>   Components: SOAP
>     Reporter: James Jose
>     Assignee: Roshan Weerasuriya

>
> IHeaderBlock *phb=ws.createSOAPHeaderBlock("Test","http://apache.com");
> 		BasicNode *bn=phb->createImmediateChild(ELEMENT_NODE,"Name","ns2","http://axis.com",NULL);	
> 		const BasicNode *bn1=phb->getFirstChild();
> 		printf("%s",bn1->getLocalName());
> gives the following compilation error.
> error C2662: 'axiscpp::BasicNode::getLocalName' : cannot convert 'this' pointer from 'const axiscpp::BasicNode' to 'axiscpp::BasicNode &'
> The same error occurs if we call other APIs also.
> This compilation problem occurs only when the calling object is of type 'const BasicNode *'.

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