You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Organizational SOA maturity

Maturation (http://h71028.www7.hp.com/ERC/downloads/4AA0-4824ENW.pdf

Message styles.

SOAP, REST and POX messages have different structures and syntax. However, the differences goes much deeper than that and affect the whole design of a system. REST builds on the fundamental concepts of HTTP and there are essentially two methods (GET and PUT). SOAP, by contrast, grew out earlier remote object technologies (such as CORBA and DCOM) and so it attempts to model remote object interactions. You can specify the equivalent of method names and input and output parameters.

  • No labels