What is loosely coupled?
Answers were Sorted based on User's Feedback
Answer / anirban
it basically means that the services that you use are
reusable.One service does not depend upon the other.A
change in a .net service shall not affect another service
developed in java.All the components that is needed for an
application must not be tightly coupled so that a single
change in some class changes all other parts of the
application.Instead break the whole application into small
components ,expose them as web services and orchestrate .
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ggpune
When two objects are loosely coupled, they can interact, but
have very little knowledge of each other.
Loosely coupled systems allow us to build flexible OO
systems that can handle CHANGE because they minimize
interdependency between objects.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the end point in web services?
What hierarchy soapui follows to build a proper testing project?
what is the difference between a web service and SOA?
What are the steps taken in soap processing model?
What does xml-soap server includes to allow flexible services for the users?
what is SOAP HTTP Binding?
Enlist the operation types response used in wsdl?
To test a web service you must create a windows application or web application to consume this service. State whether true or false.
What are the disadvantages of soap web services?
What are the major components that make up a web service - soap (simple object access protocol)?
Explain where you use properties in soapui?
Explain what is soap?