| Author |
What is web service ? and How to create web service with java technologies ?
|
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
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
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
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.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Can i create communication between Java Web Service and .Net Web Service ? I think that it will can because Web Service is comunicate with SOAP (xml). All right ? please reply to me, i will thank.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Originally posted by somkiat puisungnoen: Can i create communication between Java Web Service and .Net Web Service ?
Yes.
|
 |
 |
|
|
subject: What is web service ? and How to create web service with java technologies ?
|
|
|