We would like to call multiple MII BLSu2019s as web services from ABAP proxies.
Unfortunately, when we generate the proxy (even with a unique prefix), the generated objects collide and/or overwrite each other. This is because the external key (name XacuteWSSoap and namespace http://www.sap.com/xMII) is the same in the WSDL for all BLSu2019s.
The only solution we have found thus far is to generate each proxy in its own package, which is not an acceptable solution for us.
Does anyone know how to get around this without manually changing the WSDL or using separate ABAP packages for the proxies? Calling MII BLSu2019s from ABAP proxies is a critical piece of our planned application.