thank you........I am so new to JBoss any help would be greatly apppreciated.
I am using WSAD 5.1.1. We are using WSAD's Axis tool to generate the rpc_mapping file and the WSDL from the Web Service Bean, but we are building the WebLogic portion using
Ant. We are taking the ear file over to the "deploy" directory where JBOSS is attempting to deploy the Web Service portion of the application within the ear file. Everything seems to be working okay up to the point of deploy the WebService war file.
My memory might we a little bad, but I think we have nothing in the META-INF directory other than the manifest file. All the files are located in the WEB-INF directory. These files include: webservices.xml, rpc_mapping.xml. Under this directory is the wsdl directory where the wsdl.xml resides. I am not sure where the jboss file is located. We definately have a jboss.xml file in the
ejb project, but I do not think we have a jboss.xml in the web service project, but I will go searching for it.
My thinking is the JBoss.xml file may not have the session bean for the web service in it. This might be my problem.