Xml and Web services?
9:28 pm in SOA Answers by admin
In net beans, i make an xml file. I need my webservice method to read that file and retrieve something from the file. How would i do this??
Login or Signup to meet new friends, find out what's going on, and connect with others on the site.
Sorry, you are not allowed to register by yourself on this site!
You must either be invited by one of our team member or request an invitation by email..
Note: If you are the admin and want to display the register form here, log in to your dashboard, and go to Settings > General and click "Anyone can register".
9:28 pm in SOA Answers by admin
In net beans, i make an xml file. I need my webservice method to read that file and retrieve something from the file. How would i do this??
If I understand your question correctly (how to address some part of info in XML) than you need this:
http://www.w3schools.com/xml/default.asp
If you talking deployment descriptors, managed beans, all that junk in XML-based definitions, usually there is a specific location that the web server will look to for the file. For Apache, it might be /htdocs/ or /conf/.
What web based services are you using? On what server? Try to find some tutorials that are specific to what your doing.