For example, a client request for a login operation may cause the server to store a session ID in the header of a response message. The client would then return this session ID in the header of each subsequent request message.
如上所描述的,是我现在遇到的问题,以前也有个帖子--vc7调用webservice,客户端如何传递Session? ,和其类似,现在我已经得到了session id,怎么样才能够在以后的soap调用中,附加上这个session id呐?(如果有例子程序最好)