What is web service ? and How to create web service with java technologies ? I have been known about web service 2 year. But i never create web service in java technologies ,
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
You could start by reading the first chapter from Sun's Java Web Services Tutorial. In short, a web service is an software service/component that can be used remotely using certain standard protocols such as SOAP and HTTP. These web services' interfaces are described using a standard language called WSDL.