Description: In an application module, if you have a process with a SOAP web service and you try to make a copy of that process in same application module, the new copied process will be created as a sub process and will not have SOAP Bindings on the Service.
Symptoms: A newly created process, after copying, will not be a process but will be created as a sub process without any Bindings on the Service.
Cause: Deep copy of process is currently not supported.