Skip to content

Commit e1ef61d

Browse files
authored
Update api-management-api-import-restrictions.md
wording
1 parent 5cd6b28 commit e1ef61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ While multiple namespaces can be used in a schema, only the target namespace can
252252
Namespaces other than the target aren't 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.
253253

254254
### Multiple endpoints
255-
WSDL files may include multiple services and endpoints specified by one or more `wsdl:service` and `wsdl:port` elements. However, the API Management gateway is able to proxy requests to only a single service name and endpoint. Where multiple endpoints are allowed, identify the service name and endpoint when importing the API by using the [wsdlSelector](/rest/api/apimanagement/apis/create-or-update#wsdlselector) property.
255+
WSDL files can define multiple services and endpoints (ports0 by one or more `wsdl:service` and `wsdl:port` elements. However, the API Management gateway is able to import and proxy requests to only a single service and endpoint. If multiple services or endpoints are defined, identify the service name and endpoint when importing the API by using the [wsdlSelector](/rest/api/apimanagement/apis/create-or-update#wsdlselector) property.
256256

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

0 commit comments

Comments
 (0)