lazarus-ccr/wst/trunk/samples/soap_headers
inoussa 4f9cf13e5f Improve project files (Thanks Juha)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3864 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-01-03 13:44:46 +00:00
..
client Improve project files (Thanks Juha) 2015-01-03 13:44:46 +00:00
server Soap header sample : client and server. See readme.txt for more informations. 2008-08-27 17:50:39 +00:00
calcservice.wsdl Soap header sample : client and server. See readme.txt for more informations. 2008-08-27 17:50:39 +00:00
readme.txt Soap header sample : client and server. See readme.txt for more informations. 2008-08-27 17:50:39 +00:00

Web Services Toolkit Soap headers sample
========================================

This sample presents server side and client header management.

Use Case :
  The first time the client connect to the server, the client
  send its user name and password using the TLoginHeader class.

  The server accepts the client and returns a session token that
  should be used by the client for its next invocations. The
  server uses the TSessionHeader class to return the session
  token.

  The client uses the server's returned session token for its
  next calls to the server.

Note : Define the LOG_TO_FILE symbol {$DEFINE LOG_TO_FILE} in
       the server program to log the exchanged messages of the
       communication with clients.