File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes web-services.xml file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "web-services.xml file" Watch "web-services.xml file" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: web-services.xml file
 
Similar Threads
Map incoming XML request to methods parameters
Creating webservice using Axis2
weblogic character set problem
Deployment Problem Apache Soap
webservices.xml or web-services.xml