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 |
To test a web service you must create a windows application or web application to consume this service. State whether true or false.
Mention the differences between soap and other remote access techniques?
Is binding between soap and wsdl possible?
Mention the advantages of soap web services?
What are steps that are required to create a client side program that can interact with the soap?
List out important characteristics of soap envelop element?
What is loosely coupled?
2 Answers Cognizant, SAP Labs,
what is SOAP HTTP Binding?
Explain what is soap?
What are the elements which should be contained in SOAP message?
One key aspect of service oriented architectures is late binding of services: That is while an application is being executed the system can bind to the required concrete service. i. Service selection in inContext makes use of non- functional and functional aspects. Discuss briefly the difference between functional and non- functional aspects in SoA and why it is necessary to consider both when selecting services. ii. Discuss briefly how the inContext platform uses relevance ranking for service selection. Explain in particular how context data is being used. Continued
What is the primary challenge when testing web services?