diff options
-rw-r--r-- | src/core/context/msg_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/context/msg_ctx.c b/src/core/context/msg_ctx.c index 4bc5ff7..7a1523e 100644 --- a/src/core/context/msg_ctx.c +++ b/src/core/context/msg_ctx.c @@ -836,6 +836,7 @@ axis2_msg_ctx_set_response_soap_envelope( { int soap_v = AXIOM_SOAP12; soap_v = axiom_soap_envelope_get_soap_version(soap_envelope, env); + msg_ctx->is_soap_11 = (soap_v == AXIOM_SOAP12) ? AXIS2_FALSE : AXIS2_TRUE; msg_ctx->response_soap_envelope = soap_envelope; } else |