Getting Started With Web Services
Getting Started With Web Services
Web Service
Web Services is one of the greatest technologies developed in the Internet world. They can be used to connect businesses with each other and clients in a standard way using XML (Extensible Markup Language), SOAP (Simple Object Access Protocol), WSDL (Web Services Description Language), and UDDI (Universal Description, Discovery and Integration). XML is used for structuring the data, SOAP is used to transfer the data, WSDL is used for describing the services, and UDDI is used to get a list of services available. Web Services allows applications to communicate with each other without worrying about their hardware systems, operating systems, and programming languages.
SOAP/XM L
Globalization of Application
Globalization is the process of designing applications that can adapt to different cultures.
Code..
Imports System.Globalization
Dim myCulture As New CultureInfo("de-DE") Dim curDate As DateTime = DateTime.Now
Me.Text = myCulture.DisplayName