What is going wrong, with admin tool.

2002-03-07 Thread Rakesh Garishakurthi
Hi, I could use the root (default) context factory in iAS 60 sp4 and registrered the EJB DeploymentDescriptor.xml at command line. org.apache.soap.server.ServiceManagerClient   ${soap.service.url} deploy  DeploymentDescriptor.xml .  And the app was running fine. But  if I use the apache SOAP admi

help, naming exception, one more question.

2002-03-04 Thread Rakesh Garishakurthi
It seems that you are missing the JNDI name in the deployment descriptor file. And FYI, I could use the root (default) context factory and could avoid this problem by registrering the DeploymentDescriptor.xml. And the app was running fine. But if I use the apache SOAP admin tool to register the

Is it a problem with web interface to deploy a SOAP service.

2001-12-18 Thread Rakesh Garishakurthi
Hi, I have developed a soap client to access EJBs(stateless and stateful) using Apache EJB PluggableProvider class. I could access the EJBs successfully when I deployed the soap service using "DeploymentDescriptor.xml" file, but I failed when I did the same with soap/admin.html (web interface). My

Re: Running soap samples on iplanet

2001-11-28 Thread Rakesh Garishakurthi
Hi, This may occur if you are trying to access method which has not been mentioned in the DeploymentDescriptor.xml. Please double check the method name. Thanks, Rakesh, "V.Sundaresan" wrote: > hi all, > I got a prblem when tried to run the sample application address > against iplanet server

Problem in accessing EJB methods the StatefulEJBProvider and EntityEJBProvider.

2001-11-21 Thread Rakesh Garishakurthi
Hi, I am trying to access Stateful Ejbs using Apache SOAP 21.2. using EJB pluggable providers. Accessing of Stateful EJB methods works well if dont use any arguments in the create methods. I need to pass arguments to the create methods. Can some body tell me how can I do it. I am using iPlanet Ap