WSDL Diff & Impact Tool
You've got an updated WSDL, and you need to know:
What operations the change impacts and how?
Can the new WSDL be rolled out on the servers first?
And vice versa, can the updated clients call the old endpoints?
You've come to just the right place.
Use at your own risk This software is a beta. It is crawling with bugs!
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
WSDLs & Schemas
Old WSDL
Updated WSDL
Impact
Summary
Updated Client Old Server
The updated client is NOT COMPATIBLE COMPATIBLE with the old server.
- ports have a breaking change.
- ports may have a breaking change.
- ports have a non-breaking change.
- ports are not modified.
- bindings have a breaking change.
- bindings may have a breaking change.
- bindings have a non-breaking change.
- bindings are not modified.
- operations have a breaking change.
- operations may have a breaking change.
- operations have a non-breaking change.
- operations are not modified.
Old Client Updated Server
The old client is NOT COMPATIBLE COMPATIBLE with the updated server.
- ports have a breaking change.
- ports may have a breaking change.
- ports have a non-breaking change.
- ports are not modified.
- bindings have a breaking change.
- bindings may have a breaking change.
- bindings have a non-breaking change.
- bindings are not modified.
- operations have a breaking change.
- operations may have a breaking change.
- operations have a non-breaking change.
- operations are not modified.