From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- examples/api_soap-xml.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/api_soap-xml.yaml (limited to 'examples/api_soap-xml.yaml') diff --git a/examples/api_soap-xml.yaml b/examples/api_soap-xml.yaml new file mode 100644 index 0000000..7517a65 --- /dev/null +++ b/examples/api_soap-xml.yaml @@ -0,0 +1,14 @@ +tasks: + - name: Consulta SOAP de prueba + module: api + args: + method: soap + url: http://demo1144442.mockable.io/ + headers: Content-Type:text/xml + body: | + + + + + + parse: xml -- cgit v1.2.3