Use SOAP and PHP to access J2EE components
Wednesday, 1 September 2004 @ 17:26Olexiy Prohorenko looks at a software project with a PHP front end and a Java based back end. In Use SOAP to Access EJB Components with PHP he shows how to expose your EJB components as web services. He takes a stateless session bean, deployes it as a web service using SOAP, and then modifies the PHP front end to use this web service.