Can someone please send me an example of WSDD that deploys a service using the EJBProvider? Opinions seem to vary on what parameters are required. Currently I have the following in my deploy.wsdd file and it's not working. I've deployed Axis in WebLogic 7.
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="Math" provider="java:EJB">
<parameter name="allowedMethods" value="add"/>
<parameter name="beanJndiName" value="java:Math"/>
<parameter name="homeInterfaceName"
value="com.agedwards.proto.math.ejb.MathHomeRemote"/>
<parameter name="remoteInterfaceName"
value="com.agedwards.proto.math.ejb.MathRemote"/>
<parameter name="className"
value="com.agedwards.proto.math.ejb.MathRemote"/>
<parameter name="jndiUser" value="Administrator"/>
<parameter name="jndiPassword" value="thePassword"/>
<parameter name="jndiURL" value="t3://localhost:7001"/>
<parameter name="jndiContextClass"
value="weblogic.jndi.WLInitialContextFactory"/>
</service>
</deployment>
***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************