I recently installed JBoss and am fooling around with
the Interest example provided.  I am trying to expose
the calculateCompoundInterest method as a SOAP
service.  My Deployment Descriptor looks like this:

<isd:service
xmlns:isd="http://xml.apache.org/xml-soap/deployment";
             id="urn:interestExample">
  <isd:provider
type="org.apache.soap.providers.StatelessEJBProvider"
                scope="Application"
                methods="calculateCompoundInterest">
    <isd:option key="JNDIName"
value="interest/Interest"/>
    <isd:option key="FullHomeInterfaceName"
value="org.jboss.docs.interest.InterestHome" />
    <isd:option key="ContextProviderURL"
value="localhost:1099" />
    <isd:option key="FullContextFactoryName"
value="org.jnp.interfaces.NamingContextFactory" />
  </isd:provider>
 
<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener>
</isd:service>


When I run my client to hit calculateCompoundInterest,
I get an error saying "Unable to initialize context". 
Any ideas?

Thanks!

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to