Thanks Peer for your time . My question may be foolish , but i still wanted to know that i am using Apache axis to expose stateless SB EJB as web service , still we need web services.XML file ???
If you want something you never had do something which you had never done
Apache Axis 1.x (or Axis2 for that matter) doesn't support EJB - so you are going to need a separate EJB container
Apache Axis 1.x never followed the J2EE 1.4 deployment standard for web services - it doesn't use a webservices.xml at all. It uses the server-config.wsdd (Deployment WSDD reference) instead.
Apache Axis 1.x generates its own WSDL dependent the WSDD settings.
Ultimately what goes where is dependent on the integration between Axis 1.x and the EJB container that you are using.