SIP-SOAP and PHP
Hi,
I am implementing a web service in PHP and SOAP. The module to be developed has needed the state information between the requests.
So I need to implement Session Initiation Protocol (SIP) with SOAP, that will send session id with each SOAP message and will be maintained throughout the user session.
Is anybody have implemented the same in PHP or have any idea about any existing class developed for PHP which utilizes SIP with SOAP?
Any help would be appreciated. Thanks.
|