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