Search code examples
apisoapwso2wso2-api-managerendpoint

How can the End Point error "405 Method Not Allowed" in WSO2 API Manager be solved?


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" enter image description here


Solution

  • 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.