Wednesday, May 01, 2002

New dangerous question of the day: What is the type of a SOAP message?

Given any XML document, you can look at it's default namespace and tell it's type. For instance, a WSDL 1.1 document has the WSDL namespace as it's default namespace, and thus you can identify that XML document as having the type "WSDL". What's the type identifier for a SOAP message?