Open ScienceOfficer opened 5 years ago
Hi @ScienceOfficer , are you able to find out which exact method is not found?
I think I'm getting this same error, not working for PUT, GET, or POST. I'm testing a connection, but don't have a message so that may be part of the issue. I'm just using a wsdl file.
Update, I had to change method to the specific service I was calling as defined by our interface team.
I got some errors when I want call a method from my soap backend - it says, the method is not found. By this I am not talking about the error which the node throws when the method is not found inside the client object. The method is there, but when calling it on the server, it get an error.
With soapUI everything works fine. I figured out, that this error is caused by the old version of the node soap library. After upgrading to 0.26 the error was gone and everything works fine again.
Is still anybody maintaining the repository to fix this? I could also create a pull request if this makes things easier