PDA

View Full Version : SOAP 1.2 is a W3C Recommendation


Alex Vincent
06-25-2003, 03:55 AM
I think it's an XML structure for sending objects (think object-oriented programming) from a client to a server, or vice versa. But I don't understand it at all. Can someone clue me in, please? :)

Adam20002
06-28-2003, 03:00 PM
Hi Alex,

Well from what i gather its an XML based messaging and RPC spec. Basically allows an xml based message be sent over HTTP in a platform independant manner.

Try here for information.

http://www.w3schools.com/soap/
http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us//dnsoap/html/understandsoap.asp
http://hotwired.lycos.com/webmonkey/02/08/index0a.html?tw=authoring

Adam