Web Service is a standardized approach that helps to combine a common business procedure and share business data among two different applications on Internet. By default, web services are not having GUI screen and the web services can import or integrate with web application. Web Services is operating on different computer operating system and program languages. Web Service can develop and deploy through WSDL or UDDI Technology.
WSDL, Web Service Description Language is an XML format that helps to describe Network Services and identify document-oriented or procedure-oriented message web services on the Internet. WSDL is implemented HTTP, SOAP and MIMI Protocols that helps to transmit data on the Internet. UDDI, Universal Description Discovery and Integration Technology developed by Java Program Language that helps to identify document-oriented or procedure-oriented message web services on the Internet.
SOAP Protocol
Simple Object Access Protocol is based on Client Server Network Architecture. SOAP is helps to transmit XML formatted message or data from source into designed computer on the Internet. SOAP message can send through Hyper Text Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP). SOAP message is designed with Header Message and Body Message. Header is defines with Message ID and Date and Body Message is define with actual Message.
MIMI Protocol
Multipurpose Internet Mail Extensions Protocol is enhanced from traditional SMTP Protocol. MIMI is helps to transmit audio, video, images, application code and other specified file format along with ASCII formatted email message from source into designed computer on the Internet.