Skip to content

Commit be3fff9

Browse files
committed
Corrected issue with XML output
1 parent 77f5ac4 commit be3fff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-transformation-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If the backend returns the following JSON:
9494
The XML response to the client will be:
9595

9696
``` xml
97-
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/", xmlns:v1="http://localdomain.com/core/v1">
97+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://localdomain.com/core/v1">
9898
<soapenv:Header />
9999
<soapenv:Body>
100100
<v1:QueryList queryName="test">

0 commit comments

Comments
 (0)