Benutzer-Werkzeuge

Webseiten-Werkzeuge


otrs-soap-python

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
otrs-soap-python [2012/05/07 17:44]
2007
otrs-soap-python [2012/05/07 17:57]
2007
Zeile 99: Zeile 99:
  
 <code python> <code python>
 +body="Bitte helfen sie mir, mei internet gäht nimmer".decode('utf-8')
 +
 artID=server.Dispatch('soapuser', artID=server.Dispatch('soapuser',
                         'soappasswd',                         'soappasswd',
Zeile 109: Zeile 111:
 "From",           myfrom, "From",           myfrom,
 "Subject",        title, "Subject",        title,
-"ContentType",    "text/plain; charset=ISO-8859-1", +"ContentType",    "text/plain; charset=utf-8", 
-"Body",           "This is the body",+"Body",           body,
 "UserID",         1, "UserID",         1,
 "Loop",           0, "Loop",           0,
Zeile 118: Zeile 120:
         'To','Postmaster',         'To','Postmaster',
         'Subject',title,         'Subject',title,
-        'Body',"This is the body" 
         ),         ),
  
otrs-soap-python.txt · Zuletzt geändert: 2012/05/07 17:57 von 2007