SOAP-ify RPC responses. It's on my list to write a JavaScript lib for SM to read...
[squirrelmail.git] / templates / default_rpc / config.php
index 6e09872bfc6d769f1500e6123252d86caeaf6533..793eadb8b722456c99b9c14c3e5cb3b7d90db7ee 100644 (file)
@@ -20,7 +20,7 @@ $template_engine = SQ_PHP_TEMPLATE;
 /**
  * Indicates what the content type is for this template set.
  */
 /**
  * Indicates what the content type is for this template set.
  */
-//FIXME - what is the proper content-type? (TODO: possibly make default RPC templates SOAP-compliant)
+//TODO - what is the proper content-type? (most recommend text/xml for SOAP messages, but some such as w3schools.com recommend application/soap+xml)
 //$content_type = 'application/soap+xml';
 $content_type = 'text/xml';
 
 //$content_type = 'application/soap+xml';
 $content_type = 'text/xml';