In webMethods designer I have mapped some of the fields the Input doc(StudentInfo) to Output doc(StudentPersonalInfo).
Now the requirement is the outputDoc Name must be changed from StudentPersonalInfo-->StudentPersonalInfo2.
How can I directly change the output doc name that will reflect in the respecive services by new name.
I tried to change the the doc name by IntegrationServer\packages\<packageName>\ns\<foldername>\flow
but it didn't work.