Hi all,
I am new to webMethods.
Can anybody explain the difference between the built-in services savePipeline and savePipelineToFile.
Thanks in advance
Subrat
Hi all,
I am new to webMethods.
Can anybody explain the difference between the built-in services savePipeline and savePipelineToFile.
Thanks in advance
Subrat
Heu … savePipeline is saving the pipeline in memory whereas savePipelineToFile … save it to a file :proud:
What else ?
Welcome to the forums.
You’ll find descriptions of all the built-in services in the “Integration Server Built-In Services Reference” document. This PDF can be found in the _documentation/Developer directory of your installation and on the Software AG web site.
Yes it saves the IDATA format file in the IntegrationServer/pipeline folder…and use restorePipelineFromFile for pipeline data retrieval.
HTH
RMG
Thanks everyone