19
2.2.9 Web Service
Menurut Tatnall (2005), Web ServiceA Web service is a program that accepts
and responds to requests over the Internet. Typically, a Web service accepts requests in
an XML-based format. The actual format of the request and the response depends on the
XML standards that are being used. One such standard is SOAP. There are public
registries and languagessuch as UDDI, WSDLwhich are used to catalog the
different available Web services (see Appendix). A calling program can query the
registry (UDDI) to find an appropriate Web service, then use WSDL to figure out which
parameters the service needs, and finally use a calling protocol and XML standard like
SOAP to actually make the call to the Web service.
Menurut
Cardoso
(2007),
Web
services
are
based
on distributed computing
technology and provide a standard means of interoperating between different software
applications
across,
and
within,
organizational
boundaries,
using XML protocols and
formats.
2.2.10 Visual Studio .NET
Menurut
MSDN
(2003),
Visual
Studio
.NET
merupakan
tool/alat
pengembangan
untuk
membangun
aplikasi web ASP.Net, XML,
Web
Service, aplikasi dekstop, dan
aplikasi
mobile.
Visual
Studio
.NET
merupakan
IDE (Integrated
Development
Environment)
yang
terdiri
dari
bahasa
pemograman
Visual
Basic
.NET,
Visual
C++
.NET,
Visual C# .NET, dan
Visual
J# .NET,
yang terintegrasi sehingga
memungkinkan
di
antara
bahasa-bahasa
tersebut
untuk
dapat
menggunakan
tool
dan
fasilitas
bersama.
Dengan berbasiskan .NET Framework bahasa-bahasa
ini dapat
meningkatkan
fungsinya
|