when I want to add my soap API to WSO2 API Manager and select "I Have a Soap End Point" and I set WSDL URL to "http://10.0.85.53:808/MobileBankingChannel.asmx?wsdl" then I get this error
in End Point field "405 Method Not Allowed"
When you are asking to validate the endpoint, the server sends a HEAD method request to the endpoint. I guess your endpoint does not support that. If that is the case, you can simply ignore this and create the API.