Changeset 28
- Timestamp:
- 03/23/07 13:39:33 (2 years ago)
- Files:
-
- trunk/tgwebservices/soap.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tgwebservices/soap.py
r26 r28 174 174 175 175 @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") 177 177 def index(self): 178 178 """Processes SOAP requests and generates the responses."""
