i can't find any where how to create web service from server skeletons ( java pojo's )from
wsdl using JAXWS. The only tutorials I see are using automated wizard in NetBeans ...
Hi friends, I have created a service(interface) with two methods('login','logout'). I created a wsdl file using the Eclipse IDE 'JAVA2WSDL' Codegen plugin. Now that I have the services.wsdl file, how can I expose it. I am new to WS, and have found the wsdl files are exposed with http protocol. How can I expose wsdl which I generated ?