Hi All,
I have deployed an EJB in JBoss and this ejb is deployed as a web
service using Apache AXIS and below is the configuration for AXIS
server-config.wsdd with information relevant to JBoss ejb deployment.
[CODE]
The init-param tag doesn't look like the one U are using !
Real one :
Param_name
Param_Value
Do not use tag with attributes ! The XML you produced is
not DTD conformant.
Regards
Guillaume
Uli Magsaam wrote:
>
> Hi,
>
> I try to write a little web service using AXIS. Everything works fine
Hi,
I try to write a little web service using AXIS. Everything works fine
but now I want to configure my web service by parsing the name of a
configuration file to it. To get this name of the configuration file I
tried the following in my implementation file (...SoapBindingImpl.java:
HttpServle