I think Bhavani is tired with all these answers …as all are concentrated to copying the services, rather than the actual problem of record references and referred services.
I assume Bhavani’s problem is not with the reference of copied services, but the reference of records and services used /invoked within the copied flow services.
Take this eg. for the scenario:
package1
–folder1
----service1 invoking service2
----service2
service1 and service2 are copied to package2.
package2
–folder2
----service1 invoking service2
----service2
service1 in package2 will invoke the service2 in package1 until the reference is manually changed.
I don’t think there is any generic way to automatically change the reference of service1 in package2 to service2 in package2. Because any such solution can create more issues considering scenarios when partial copying of services are required and existance of same service names in two packages are allowed.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB