1
0
Fork 0

minor fix for minimum mm7 version

This commit is contained in:
bagyenda 2007-09-25 18:03:53 +00:00
parent fc552034da
commit 650c1c8318
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ static Octstr *headers_to_soapxml(List *hdrs, MM7Version_t *ver)
time_t t;
char *prefix = ver->use_mm7_namespace ? "mm7:" : "";
char *xml_nsp = ver->use_mm7_namespace ? ":mm7" : "";
MM7Version_t min_ver = {5,1,0}; /* minimum version we deal with. */
MM7Version_t min_ver = {5,3,0}; /* minimum version we deal with. */
octstr_append_cstr(s,
"<" SOAP_ENV ":Envelope xmlns:" SOAP_ENV "=\"http://schemas.xmlsoap.org/soap/envelope/\">\n"