Do you mean SOAP header or HTTP header?
------------------------------Answer of this
question--------------------
Answer: I mean SOAP header. I have added session id parameter in the
header of the soap so I want to access that parameter at the server
side.
What do you mean by "if there is no session id at the top of header"?
------------------------------Answer of this
question--------------------
Answer: Like if I am not setting up session id from the client side and
when the client sends first soap request. In the return soap server will
check that this message contain session id parameter in the header or
not. If there is no such id, it will start a session and will put that
session id parameter in to the header.
>>>>
We can set the headers in client and but how to set the value of session
at the server side???
<<<<
>From this I would guess you mean SOAP header.
Is the idea that you want to use SOAP headers for session maintenance,
rather than HTTP cookies?
------------------------------Answer of this
question--------------------
Answer: My requirement is that I need to keep track of number of
requests from the soap client. Though I can do this with normal
inserting the record whenever client requests from the soap server but
We already have a soap client in java and which we can't modify. So
that's why I need to use soap header session thing. I hope this helps
you to understand what I am looking for.
Pawan Mehta
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
|