Moving back releases is rather problematic.
With each release new elements are added to the service definitions (kept in the node.ndf files). In most cases these are just ignored by previous releases, but you lose whatever feature that was defined with those keys (i.e. this could be enough to make your app not work).
For instance, transformers where added, which created a new Flow operation serialized into flow.xml files. Ignoring these operations on a system that doesn’t have transformers could be fatal or may appear as subtle runtime behavior changes. With that in mind make sure you do a full regression of the package once you get the gross problems solved.
You can recompile a complete package at once using the jcode utility that lives in the server/bin directory.
#webMethods-Upgrade#webMethods#webMethods-General#Integration-Server-and-ESB