Hi,

I have searched in this mail list and tried to apply the possible solutions, however, 
I failed to
find session id in the client side soap message.

What I did:

(01) set scope to be session in the wsdd file
(02) set setMaintainSession to be true
(03) include SimpleSessionHandler at both server side and client side.  It's like this 
at client
side:
      <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender">
          <requestFlow>
             <handler name="SimpleSessionHandler"
type="java:org.apache.axis.handlers.SimpleSessionHandler"></handler>
          </requestFlow>
                
          <responseFlow>
                <handler name="SimpleSessionHandler"
type="java:org.apache.axis.handlers.SimpleSessionHandler"></handler>
           </responseFlow>                      
     </transport>

However, I can only see the session id in the response coming from the server, but not 
in the
request from client side.

What else do I need to do to enable it?

Many thanks!

Gloria

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

Reply via email to