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
We encountered some soap contracts described in WSDL 1.1 that fail to load into APIM even after combining the WSDL and inmported XLSds with the WSDLProcessor.
It turned out that those WSDLs contain documentation elements in the wsdl:definition, wsdl:port and wsdl:operation declarations.
At least the last two are rejected by APIM.
Therefor, we suggest to remove all wsdl:documentation elements while preparing a WSDL for APIM, preferably automated, for instance in the WSDLProcessor that already does other preparations for APIM.