From 95e319de6071fef6b9a0d6faed9c62185ca46553 Mon Sep 17 00:00:00 2001 From: VitorTrin Date: Mon, 22 Jan 2024 14:43:20 -0300 Subject: [PATCH] Ensure params in body are sorted --- lib/soap/request/params.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/soap/request/params.ex b/lib/soap/request/params.ex index c4a97d3..5cd72a7 100644 --- a/lib/soap/request/params.ex +++ b/lib/soap/request/params.ex @@ -123,6 +123,7 @@ defmodule Soap.Request.Params do validated_params -> body = validated_params + |> Enum.sort() |> add_action_tag_wrapper(wsdl, operation) |> add_body_tag_wrapper