| Author |
web-services.xml file
|
kiran kanimi
Greenhorn
Joined: Apr 25, 2012
Posts: 1
|
|
Hi I am new to webservices.
web-services.xml file is deployment descriptor file. But is this file specific to weblogic application server's webservice deployment?
|
 |
karuna ragu
Greenhorn
Joined: Feb 28, 2012
Posts: 2
|
|
Usually it is services.xml file.It is not deployment descriptor file.When the application loads web.xml file look for the services.xml file and this services.xml file will include the service class name.
Example if you run the application in apache tomcat server it will load web.xml file and web.xml file will include the info abt sevices.xml and services.xml file will invoke the service call. And wsdl file will be created on the fly.
Here is the reference tutorial for java web services
http://javabottomupwebservices.blogspot.com/2012/04/creating-bottom-up-webservices.html
|
 |
 |
|
|
subject: web-services.xml file
|
|
|