Simple Object Access Protocol (SOAP) v1.1 CS-328 Dick Steflik
SOAP Lightweight protocol for exchanging information in a decentralized, distributed environment XML based consisting of three parts –an envelope that defines the framework for describing what is in a message and how to process it –a set of encoding rules for instances of application defined datatypes –a convention for representing remote procedure calls and responses can be used in conjunction with othere protocols but is currently only defined for use in combination with HTTP Current Status - still underdevelopment ; W3C Note
SOAP Message Embedded in HTTP Request POST /StockQuote HTTP/1.1 Host: Content-Type: text/xml; charset="utf-8" Content-Length: nnnn SOAPAction: "Some-URI" <SOAP-ENV:Envelope xmlns:SOAP-ENV=" SOAP-ENV:encodingStyle=" DIS
SOAP Message Embedded in HTTP Response HTTP/ OK Content-Type: text/xml; charset="utf-8" Content-Length: nnnn <SOAP-ENV:Envelope xmlns:SOAP-ENV=" SOAP-ENV:encodingStyle=" 34.5