Hi all, I have a simple web service that I wish to deploy as part of my enterprise application. However, the .wsr file (which only contains the web-services.xml and a single class file) deploys fine on its own, but will not deploy as part of an ear file.
The ear file contains: application.xml .jar file containing EJBs .war file containing servlets .wsr file containing jboss.net services However, although the EJBs and servlets deploy, the soap services are completely ignored. Here is my web-services.xml: ------- | <deployment xmlns="http://xml.apache.org/axis/wsdd/" | xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> | <service name="ProductAdmin" provider="java:RPC"> | <parameter name="className" value="pmsdemo.soap.ProductAdminSoap"/> | <parameter name="allowedMethods" value="*"/> | <parameter name="scope" value="request"/> | </service> | </deployment> | ------- Do I need to add anything to application.xml in order to get the .wsr to deploy? If so, what? I can't find any documentation anywhere! Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843062#3843062 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843062 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
