1
0
Fork 0

mm7: removal of some-url dummy in SOAP header

This commit is contained in:
bagyenda 2006-10-30 13:02:42 +00:00
parent 8e6ecf8a5c
commit 0b22c99c69
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ int mm7_soapmsg_to_httpmsg(MSoapMsg_t *m, List **hdrs, Octstr **body)
headers = http_create_empty_headers();
http_header_add(headers, "Content-Type", octstr_get_cstr(ctype));
http_header_add(headers, "SOAPAction", "\"some-url\"");
http_header_add(headers, "SOAPAction", "\"\"");
mime_replace_headers(mime, headers);
http_destroy_headers(headers);