Note WCF/DataContract namespace support in WSDL import

Pavel Baksy 2026-05-19 14:53:49 +02:00
parent bb33313b2e
commit 8c21b0bef0

@ -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