I have written a piece of Java code which I am suppose to expose as a webservice and then later it will be consumed by Coldfusion 9.
Could anyone please give me some pointer for how to convert my Java code as a webservice?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have many options, among them are Axis2 with its java2wsdl. There is also springWS.
Personally I prefer axis2 for writing clients and SpringWS for writing the actual web service.