Answer Posted / 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 |
Post New Answer View All Answers
What does method list of soap consists of?
What is a soap what for is it used?
Why is rest more popular than soap?
What is the major obstacle users faced when using soap?
What are the disadvantages of soap web services?
Explain about SOAP?
Is soap based on http?
Enlist few frameworks in java to implement soap web services.
What is the procedure to send the call and get the response from the client to server using soap?
Explain about the SOAP body element?
Explain soap encoding?
How does the processing of the call() function happens on the server side using soap?
Why is rest preferred over soap?
Explain what is soap?
What are the advantages and disadvantages of soap?