Skip to content

Commit f6171fb

Browse files
committed
small update
1 parent 04c5c4e commit f6171fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-api-import-restrictions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,19 @@ This message type is not supported.
159159
### WCF wsHttpBinding
160160
- SOAP services created with Windows Communication Foundation should use `basicHttpBinding`.
161161
- `wsHttpBinding` isn't supported.
162+
162163
### MTOM
163164
- Services using `MTOM` *may* work.
164165
- Official support isn't offered at this time.
166+
165167
### Recursion
166168
- Types defined recursively are not supported by API Management.
167169
- For example, refer to an array of themselves.
168170

169171
### Multiple Namespaces
170172
While multiple namespaces can be used in a schema, only the target namespace can be used to define message parts. These namespaces are used to define other input or output elements.
171173

172-
Namespaces other than the target are not preserved.
173-
174-
Although such a WSDL document can be imported, on export, all message parts will have the WSDL target namespace.
174+
Namespaces other than the target are not preserved on export. While you can import a WSDL document defining message parts with other namespaces, all message parts will have the WSDL target namespace on export.
175175

176176
### Arrays
177177
SOAP-to-REST transformation supports only wrapped arrays shown in the example below:

0 commit comments

Comments
 (0)