Hi Rakesh,
yes, you can use the object in a hand-coded procedure. After all any generated procedure is just source code.
However you will need a Window , and ACCEPT loop, because the comms process is asynchronous, and event driven. So using a Window procedure template is a good place to start as it does that part for you.
>> Alternately, when using Nettalk Template/Extension in Windows Procedure, which Nettalk embed should I use for POST(EVENT:CloseWindow) when GET or POST request is fully completed.
2 places.
a) in the ErrorTrap method (as there was an error connecting, and so no response will arrive). and
b) in the PageReceived method. Since this is called when the response has arrived into the procedure. So you can call it here, after you've completed all your processing.
Cheers
Bruce