Hi all,
I try to create an EJB with a create method with paramater.
How can I do that ? In my Deployment descriptor, the create
method is declared:
   <isd:provider type="org.apache.soap.providers.StatelessEJBProvider"
                 scope="Application"
                 methods="create">

but where is the parameter ? like a String in my case.
I tried to put "" for methods tag and then call the create method
in my client with the good parameter, but it does not work.

Thanks in advance.

Regards,

Xavier Spengler.

Reply via email to