Could you explain me how to build web service in eclipse?

Recommended Answers

All 2 Replies

wndows-pr5eferance-java-installaruntime==jdk1.6
wndows-pr5eferance-server-runtime==apachi 6.0
new -others-dynamic web project-mywebproject-choose all default--finish
write following code in java class


public string GetMsg(String name)
{
return+"name"+;
}
right click on project-runas-server-tomcat-finish


it will work

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.