This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello Friends, I have to write a program for generating report. I have written the program and it prints in console.
I have to makeit webservice and request from client side and return the data in xml format. For Ex,I need to get the employeedetails, if the user passes empno to webservice, i should return the details as XML format.
I am new to Webservice. Kindly Tell me the steps involved in this creation and access
The Web Services FAQ links to a number of introductory articles in the "How do I get started building a web service with Axis ?" section. You might also want to read the introduction to SOAP linked there as well.