Basically you need to modify/adapt the code in 

  EndPointLaunch.php

To receive the incoming SOAP message.

You should remove the indicated code and set up your own session, and produce a 
URL to get the user started in your tool properly connected with the session.

I cheat and instead of making a session, I just put a bunch of parameters on 
the URL - you will likely want to place these parameters in session and
then only put the session id on the URL.

You only need these files:

EndPointTool.php
TIRLaunchSyncSingle.wsdl
lib
tilib.php

ou can remove all of the logging - that is jsutso you can debug easily - once it works
no LG code is needed.

/Chuck
Thu Feb 22 18:42:11 EST 2007
