[ http://issues.apache.org/jira/browse/AXISCPP-349?page=history ]
John Hawkins resolved AXISCPP-349:
----------------------------------
Resolution: Cannot Reproduce
Fix Version: 1.5 Alpha
I've just tested this and cannot reproduce.
Is there a test case in the regression suite that fails - if so then could you
point me towards it because the suite is running fine on our machines.
> Adding same BasicNode more than once results in some exception
> --------------------------------------------------------------
>
> Key: AXISCPP-349
> URL: http://issues.apache.org/jira/browse/AXISCPP-349
> Project: Axis-C++
> Type: Bug
> Components: SOAP
> Reporter: James Jose
> Fix For: 1.5 Alpha
>
> Adding same BasicNode more than once results in some exception
> ----------------------------------------------------------------
> I created a BasicNode by using createChild() API in the IHeaderBlock.
> Then I added this BasicNode more than once by using addChild() API.
> This will generates the SOAP message correctly. But finnaly it throws
> exception.
> The code is as follows-
> IHeaderBlock *phb =
> ws.createSOAPHeaderBlock("TestHeader","http://ws.apache.org/");
> BasicNode *Bnode1=phb->createChild(CHARACTER_NODE);
> Bnode1->setValue("AXIS");
> phb->addChild(Bnode1);
> phb->addChild(Bnode1);
--
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