Tuesday, 14 June 2016

WEB services Soap UI

Web services is a way of communication between two softwares .

For example Software one calling to a function of another software

medium will be Internel/LAN and http protocol, and i/p and o/p will be saved in SOAP(Simple object Access protocol)

Client is service consumer and server is service provider, to access the server you should know the location of the webservices server and information about the server functions.


If service provider knows the client,it will directly give the xml(WSDL file)

second way is through UDDI,first all the service provide register on UDDI

Server->xml(WSDL)->UDDI->xml(UDDI)->Client

WEB services are two types

1.SOAP based
2. REST based

In REST client send a request to server using URI and server return the response in terms of resources for example-HTML,plain test etc


No comments:

Post a Comment