SSL in iPlanet Server
Hi, In the intallation instructions for Apache SOAP v2.3, instructions for SSL is given only for Apache Tomcat v 3.2 Server. Is it possible to have SSL for SOAP in iPlanet 6.5 server (solaris)?. If possible, please guide me how to do it. Thanks and Rgds, Elsan.
document-literal EJB using Apache SOAP?
I am hoping someone can help me with a question related to getting a document-literal EJB deployed in WAS using SOAP Apache. I am looking at http://ws.apache.org/soap/docs/index.html (Deployment Descriptors) and am working on an issue of getting a document literal EJB Web Service interface to work with WSAD 4.0. Why was [ type="message" ] omitted from EJB Deployment Descriptor section? Am I to assume that I cannot create a message oriented EJB with Apache SOAP? I have successfully tested document-literals for regular Java classes but have been struggling with such a creation for an EJB. Any sample would be greatly appreciated...an answer on whether this is even possible would also be appreciated. Thanks - Mike