Thanks for your reply.

It seems that the problem occurs even when I create a new service client and
payload on each time I resend.  Would this be expected ?



On Wed, Sep 3, 2008 at 9:05 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:

> I think this occurs because you are violating the ownership rules with OM.
> Once the payload is passed in, the engine takes over the ownership of the
> node and you are not supposed to do anything with the payload afterwards.
>
> Thanks,
> Samisa...
>
> Andy Karseras wrote:
>
>> Hi,
>>
>> I raised this problem in July and thought that it had been resolved (by
>> doing proper clean-up), although it is now re-occurring.
>>
>> I am seeing a close tag being created when there shouldn't be.
>>
>> The incorrect message content is as follows...
>>
>> <cwmp:getParameterValues xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
>>    <ParameterNames>
>>        *<Name/>**TempAgent.</Name>
>>    </ParameterNames>
>> </cwmp:getParameterValues>
>>
>>
>> I am sending the same message multiple times to the server and the error
>> occurs on the third iteration (3rd time the message is sent) so am assuming
>> that I am not doing proper clean-up after each message is created and then
>> sent.
>>
>> My questions as follows...
>> a) Has anybody seen this before ?
>>
>> b) Will calling axiom_node_free_tree on nodeA also clean-up nodeB in the
>> following example ?
>>    axiom_node_t *nodeB= axiom_node_get_first_child(nodeA, env);
>>
>> c) Will a node created to be used in axis2_svc_client_add_header, be
>> cleaned-up by axis2_svc_client_free ?
>>
>> d) Is there any other info I can provide to clarify or help explain the
>> problem ?
>>
>> Many thanks.
>>
>>
>> Andy
>> ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - http://www.avg.com Version: 8.0.169 / Virus Database:
>> 270.6.15/1649 - Release Date: 9/3/2008 7:15 AM
>>
>>
>>
>
>
> --
> Samisa Abeysinghe Director, Engineering; WSO2 Inc.
>
> http://www.wso2.com/ - "The Open Source SOA Company"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to