0% found this document useful (0 votes)
21 views2 pages

Lab 11

The document is a lab report submitted by Tooba Aamir for their Engineering for Internet Applications course at the University of Melbourne. It includes a link to a servlet created for the lab and a paragraph explaining the student's understanding of SOAP and WSDL. SOAP is a protocol for exchanging structured information in web services using XML, while WSDL is an XML language used to describe web services by defining endpoints, operations, and messages.

Uploaded by

Tooba Aamir
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Lab 11

The document is a lab report submitted by Tooba Aamir for their Engineering for Internet Applications course at the University of Melbourne. It includes a link to a servlet created for the lab and a paragraph explaining the student's understanding of SOAP and WSDL. SOAP is a protocol for exchanging structured information in web services using XML, while WSDL is an XML language used to describe web services by defining endpoints, operations, and messages.

Uploaded by

Tooba Aamir
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Engineering for Internet Applications Lab 11 Tooba Aamir - 396447

University of Melbourne (Semester-2 2011) Department of Computer Science and Software Engineering

Course title Engineering for Internet Applications

Submitted by: Tooba Aamir 396447

Dated October, 27 2011

Engineering for Internet Applications Lab 11 Tooba Aamir - 396447


1. Include a link to your servlet in your report.

http://s620-37.csse.unimelb.edu.au:8080/Lab11v2Client/HelloProxy/TestClient.jsp 2. Write a paragraph explaining your understanding of what is SOAP and


WSDL.

Simple Object Access Protocol(SOAP), is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks. It relies on XML for its message format, and other Application Layer protocols e.g. HTML and SMTP for message negotiation and transmission. SOAP can form the foundation layer of a web services protocol stack, providing a basic messaging framework upon which web services can be built. It consists of three parts: envelope defining message and how to process it set of encoding rules expressing instances of application-defined data types convention for representing procedure calls and responses Extensibility Neutrality of being used over any transport protocol Independence of programming model

Major characteristics of SOAP are:

Where as, Web Services Description Language(WSDL) is an XML-based language that is used for describing the functionality offered by a Web service. WSDL describes network services as a set of endpoints operating on messages containing either document- oriented or procedure-oriented information. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint. Related concrete endpoints are combined into abstract endpoints (services). WSDL is extensible to allow description of endpoints and their messages regardless of what message formats or network protocols are used to communicate.

You might also like