Hi all, I have a web service using wsHttpBinding and the service contract requires sessions.
A 3rd party must now work with this web service but they're using PHP and they're having trouble dealing with the WS-* specifications (WS-ReliableMessaging and WS-Addressing). It doesn't look like there are any PHP SOAP implementations that support WS-RM. WSO2<http://wso2.com/products/web-services-framework/php/>looked promising but they dropped WS-RM because there wasn't much demand for it (see here<http://nandikajayawardana.blogspot.com/2010/07/wso2-web-services-framework-for-php-210.html> ). Is there a way to have sessions in WCF without WS-ReliableMessaging? I don't think so, but I'm not keen on reworking the service. If I have to drop WS-RM, is there an alternative to WCF sessions that I might be able to easily migrate the code to? The service is hosted under IIS and I'm thinking maybe ASP.NET sessions might help but I'm not well versed on ASP.NET. Are there any other options I've missed? Does anyone know of a PHP SOAP implementation that works with WS-RM? Cheers.
