0 votes
in SOAPUI by

Explain What Is The Role Of Xml, Soap, Wsdl And Uddi In Web Services?

1 Answer

0 votes
by

Web services are a medium through which web based application can be integrated or communicated over an internet protocol backbone. Web based application can be integrated using XML, SOAP, UDDI and WSDL. SOAP is used for transmitting the data; WSDL is used for describing or relating the services, UDDI is used for listing what services are accessible, XML is used to tag the data.

...