Open BartoszDabek opened 5 years ago
I found it's related to enabled MTOM on server, however I don't know how to deal with it. Any ideas?
you have MTOM in the body section. You should only have soap part in there. It is expecting starting from : <soap:Envelope... It's related with MTOM support. We have the same issue.
Any leads on this? I am facing a similar issue
Hey guys,
I'm using Angular 7 and trying to invoke method on my SOAP service which is written in Java. The problem occurs during response. On server everything looks ok, the object is passed back to the client but unfortunately I retrieve fault:
That's the code I'm using: