Dashing West Indies opener Chris Gayle arrived on Wednesday to bolster the Kolkata Knight Riders campaign in the ongoing Indian Premier League. Gayle who has already been advised two weeks of rest due to groin injury will resume full training only after a few days. For now, the big-hitting West Indian will carry out the recuperation process under Kolkata team physio Andrew Leipus.
Selena Marie Gomez born on July 22, 1992 in Dallas, Texas; height: 5 feet 5 (165 cm) Zodiac Sign: Cancer. Selena started acting at age seven when she landed a role in the popular television series Barney Friends, on which was a regular for two seasons. She is an American actress and singer-songwriter.
MUMBAI: Auto and home loans are set to get costlier as the Reserve bank of India (EBI) Thursday hiked short term lending rates by 25 basis points in a bid to curb inflation and indicated that more such increases were in the offing.
India’s central bank raised the repo rate by 25 basis points from 7.25 percent to 7.5 percent with immediate effect. As per the structural changes announced in the monetary policy for 2011-12, the reverse repo rate stands automatically revised to 6.5 percent.
Bhagyashree born on 23 February 1969 is an Indian film and television actress Bhagyashree hails from the family of Patwardhans from Sangli city in Maharashtra. Her father is Maharaja of Sangli.[8] Her full name is Shrimant Rajkumari Bhagyashree Raje Patwardhan. She is the daughter of H.H. Meherban Shrimant Raja Vijaysinhrao Madhavrao Patwardhan. She is the eldest of three daughters, the other two being Madhuvanti and Purnima. She married her childhood friend Himalay Dassani. She has three children, one 11, other 6 and the last one (Suhaas) born in 2008.
Mythili Menon (born 6 June 1985), better known mononymously by her stage name Bhavana, is an Indian actress who acts in Malayalam, Tamil and Telugu movies. She made her debut in Kamal’s Nammal which won her critical acclaim and various honours, including the State award. She is currently said to be in a relationship with actor Jayam.
A Web service is a method of communication between two electronic devices over a network.
The W3C defines a “Web service” as “a software system designed to supportinteroperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically Web Services Description Language WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards.”
The W3C also states, “We can identify two major classes of Web services, REST-compliant Web services, in which the primary purpose of the service is to manipulate XML representations of Web resources using a uniform set of “stateless” operations; and arbitrary Web services, in which the service may expose an arbitrary set of operations.”
“Big Web services” use Extensible Markup Language (XML) messages that follow the SOAP standard and have been popular with traditional enterprises. In such systems, there is often a machine-readable description of the operations offered by the service written in the Web Services Description Language (WSDL). The latter is not a requirement of a SOAP endpoint, but it is a prerequisite for automated client-side code generation in many Java and .NET SOAP frameworks (frameworks such as Apache Axis2, Apache CXF, and Spring being notable exceptions). Some industry organizations, such as the WS-I, mandate both SOAP and WSDL in their definition of a Web service.
Web API is a development in Web services (in a movement called Web 2.0) where emphasis has been moving away from SOAP based services towards Representational State Transfer (REST) based communications.[3] REST services do not require XML, SOAP, or WSDL service-API definitions.
Web APIs allow the combination of multiple Web services into new applications known as mashups.[4]
When used in the context of Web development, Web API is typically a defined set of Hypertext Transfer Protocol (HTTP) request messages along with a definition of the structure of response messages, usually expressed in an Extensible Markup Language (XML) or JavaScript Object Notation (JSON) format.
When running composite Web services, each sub service can be considered autonomous. The user has no control over these services. Also the Web services themselves are not reliable; the service provider may remove, change or update their services without giving notice to users. The reliability and fault tolerance is not well supported; faults may happen during the execution. Exception handling in the context of Web services is still an open research issue. Still it can be handled by responding with an error object to the client.
Web services (sometimes called application services) are services (usually including some combination of programming and data, but possibly including human resources as well) that are made available from a business's Web server for Web users or other Web-connected programs. Providers of Web services are generally known as application service providers. Web services range from such major services as storage management and customer relationship management (CRM) down to much more limited services such as the furnishing of a stock quote and the checking of bids for an auction item. The accelerating
Users can access some Web services through a peer-to-peer arrangement rather than by going to a central server. Some services can communicate with other services and this exchange of procedures and data is generally enabled by a class of software known as middleware. Services previously possible only with the older standardized service known as Electronic Data Interchange (EDI) increasingly are likely to become Web services. Besides the standardization and wide availability to users and businesses of the Internet itself, Web services are also increasingly enabled by the use of the Extensible Markup Language (XML) as a means of standardizing data formats and exchanging data. XML is the foundation for the Web Services Description Language (WSDL).
As Web services proliferate, concerns include the overall demands on network bandwidth and, for any particular service, the effect on performance as demands for that service rise. A number of new products have emerged that enable software developers to create or modify existing applications that can be "published" (made known and potentially accessible) as Web services.