webmethods - How can i change the input or outputDoc name after the mapping was done? -


in webmethods designer have mapped of fields input doc(studentinfo) output doc(studentpersonalinfo).

now requirement outputdoc name must changed studentpersonalinfo-->studentpersonalinfo2.

how can directly change output doc name reflect in respecive services new name.

i tried change the doc name integrationserver\packages\<packagename>\ns\<foldername>\flow didn't work.

as stated "raghava rudrakanth p v", it's not recommended manually modify flow.xml.

however, recommended way, described "raghava" more tedious.

if know doing, can open flow.xml file in text editor , replace occurrences of studentpersonalinfo studentpersonalinfo2.

note: wary document references if have qualified document names containing studentpersonalinfo.

make sure reloaded package after made change flow.xml file gets reloaded memory webmethods engine.

hope helps!


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -