Can't help cookies. You could however try doing what I've done using ejb stateful session beans - generate the id and then return it as a parameter, not in the header. I've also done this generating my own uuid via java 5 and later java.util.UUID. I've never quite been able to get cookies to work right so I as a few others have tended to roll our own solutions.
Someone might be able to help with cookies but I myself am not a believer ;-) . HTH, Robert On 4/23/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote:
Hi Is there any way we can manage sessions manually using Axis2, my non java web service maintains session using cookies. Is there a way my Axis2 client can read the soap/http header to extract the session information and use the extracted infromation for further web service calls, example getting the UUID from the header and use the UUID to create a cookie in my Axis2 client using setProperty. I have tried using the set manage session method to true but that does not work. Can you please point me to another thread that answers my question if you are unable to answer this question. Thanks Anil
