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?
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?
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.
Please take a look here, it is pretty easy to annotate a façade to your service and expose it as a webservice: http://cxf.apache.org/