Changeset 28

Show
Ignore:
Timestamp:
03/23/07 13:39:33 (2 years ago)
Author:
kevin
Message:

use correct MIME type for SOAP responses

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tgwebservices/soap.py

    r26 r28  
    174174     
    175175    @tgexpose("genshi:tgwebservices.templates.soap", 
    176               content_type="text/xml;charset=utf-8", format="xml") 
     176              content_type="application/soap+xml;charset=utf-8", format="xml") 
    177177    def index(self): 
    178178        """Processes SOAP requests and generates the responses."""