Re: What to free after a SOAP request (Axis2/C ADB)

2008-12-16 Thread Sérgio Gomes
Perfect, thanks Dimuthu! Cheers, Sérgio --- Sérgio Gomes Developer Relations Google | Gordon House | Barrow Street | Dublin 4 | Ireland Registered in Dublin, Ireland | Registration Number: 368047 --- On Tue, Dec 16, 2008 at 02:41, Dimuthu Gamage dimut...@gmail.com wrote: Hi Sérgio Gomes,

What to free after a SOAP request (Axis2/C ADB)

2008-12-15 Thread Sérgio Gomes
Hi there! I'm using the ADB generated code to write some small apps (samples for an API). I'd like to make this code as correct as possible, since developers will be using it as a reference, but I can't find anything in the documentation as to what exactly I'm supposed to free or not. In the

Re: What to free after a SOAP request (Axis2/C ADB)

2008-12-15 Thread Dimuthu Gamage
Hi Sérgio Gomes, If you are writing clients, you need to free the stub, request and response adbs and the env. If you are writing services, you don't need to free any adb. But if you do custom malloc or strdups you have to free them. Thanks Dimuthu On Mon, Dec 15, 2008 at 10:26 PM, Sérgio