I had a problem like this: adding a service link ended with the message "Method not allowed."
wsdl worked fine in my browser.
The reason was because I configured the endpoint to listen on http://0.0.0.0:6000/mex
, which doesn’t like the Add Service Link tool. Changing it to a real IP address made it work (for example, http://127.0.0.1:6000/mex
)
source share