We would like to have a setup where when deploying our web services to our staging server, we would get notified if there are any breaking changes in the WSDL contracts by comparing them to the WSDL of our production site.
Are there any tools or services that can help doing this?
Tried Membrane WSDL comparer but this threw java.lang.StackOverflowError
when trying it out :)