AXIS Web Service Configuration for WebSphere 4.0 and WebSphere 5.0

2005-01-22 Thread babloosony
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]

Re: web service configuration

2003-10-01 Thread Guillaume Sauthier
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

web service configuration

2003-09-29 Thread Uli Magsaam
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