Skip to content

Instantly share code, notes, and snippets.

@elkelk
Created January 16, 2014 21:47
Show Gist options
  • Save elkelk/8464062 to your computer and use it in GitHub Desktop.
Save elkelk/8464062 to your computer and use it in GitHub Desktop.
Get the diff of two WSDLs
vimdiff <(curl http://magentoV1_7.somedomain.com/api/v2_soap?wsdl) <(curl http://magentoV1_5.somedomain.com/api/v2_soap/?wsdl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment