You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/api-management-api-import-restrictions.md
+29-23Lines changed: 29 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,29 +146,35 @@ Each operation's:
146
146
147
147
You can create SOAP pass-through and SOAP-to-REST APIs with WSDL files.
148
148
149
-
-**SOAP bindings**
150
-
- Only SOAP bindings of "document" and “literal” encoding style are supported.
151
-
- No support for “rpc” style or SOAP-Encoding.
152
-
-**WSDL:Import**
153
-
- Not supported. Instead, merge the imports into one document.
154
-
-**Messages with multiple parts**
155
-
- This message type is not supported.
156
-
-**WCF wsHttpBinding**
157
-
- SOAP services created with Windows Communication Foundation should use `basicHttpBinding`.
158
-
-`wsHttpBinding` isn't supported.
159
-
-**MTOM**
160
-
- Services using `MTOM`*may* work.
161
-
- Official support isn't offered at this time.
162
-
-**Recursion**
163
-
- Types defined recursively are not supported by API Management.
164
-
- For example, refer to an array of themselves.
165
-
-**Multiple Namespaces**
166
-
- While multiple namespaces can be used in a schema, only the target namespace can be used to define message parts.
167
-
- Namespaces other than the target are not preserved.
168
-
- These namespaces are used to define other input or output elements.
169
-
- Although such a WSDL document can be imported, on export, all message parts will have the WSDL target namespace.
170
-
-**Arrays**
171
-
- SOAP-to-REST transformation supports only wrapped arrays shown in the example below:
149
+
### SOAP bindings
150
+
- Only SOAP bindings of "document" and “literal” encoding style are supported.
151
+
- No support for “rpc” style or SOAP-Encoding.
152
+
153
+
### WSDL:Import
154
+
Not supported. Instead, merge the imports into one document.
155
+
156
+
### Messages with multiple parts
157
+
This message type is not supported.
158
+
159
+
### WCF wsHttpBinding
160
+
- SOAP services created with Windows Communication Foundation should use `basicHttpBinding`.
161
+
-`wsHttpBinding` isn't supported.
162
+
### MTOM
163
+
- Services using `MTOM`*may* work.
164
+
- Official support isn't offered at this time.
165
+
### Recursion
166
+
- Types defined recursively are not supported by API Management.
167
+
- For example, refer to an array of themselves.
168
+
169
+
### Multiple Namespaces
170
+
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.
171
+
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.
175
+
176
+
### Arrays
177
+
SOAP-to-REST transformation supports only wrapped arrays shown in the example below:
0 commit comments