I do not know of any, nor do I have experience with the sample.  From a quick
look at it, I would say you should be certain that the deployment descriptor you
use is modified to conform to the environment in which you are working.  You
must also have your EJB container made aware of hellobean.jar.

The deployment descriptor is

<?xml version="1.0"?>
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
             id="urn:testprovider">
  <isd:provider type="org.apache.soap.providers.StatelessEJBProvider"
                scope="Application"
                methods="create">
    <isd:java class="samples/HelloService"/>
    <isd:option key="FullHomeInterfaceName" value="samples.HelloServiceHome" />
    <isd:option key="ContextProviderURL" value="iiop://localhost:900" />
    <isd:option key="FullContextFactoryName"
value="com.ibm.ejs.ns.jndi.CNInitialContextFactory" />
  </isd:provider>
 <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener>
</isd:service>

The ContextProviderURL and FullContextFactoryName will likely need to be changed
to conform to your environment.

Scott

----- Original Message -----
From: "sherine khoury" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 23, 2002 9:04 AM
Subject: Any tutorials about EJB integration in SOAP


>
>
> There's something wrong with the samples/ejb included in SOAP2.2.
> Where can I find something about EJBs with SOAP
>
> Thanks
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>

Reply via email to