From 8c21b0bef0ad32a597451931e07bbfd4d562fe44 Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Tue, 19 May 2026 14:53:49 +0200 Subject: [PATCH] Note WCF/DataContract namespace support in WSDL import --- Import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Import.md b/Import.md index 03eb9ff..e6401a3 100644 --- a/Import.md +++ b/Import.md @@ -23,7 +23,7 @@ Imports all defined API operations as separate saved requests, including: Imports all defined operations as SOAP requests, including: - Endpoint URL from the WSDL binding - `Content-Type: text/xml` header -- XML body template generated from the input message schema +- XML body template generated from the input message schema, with correct namespace prefixes for each element — including WCF services that use DataContract types defined in a separate namespace ## How to Import