Transfer data

Hello,

I am trying to transfer data from a html-page to webMethods. The services that I use is pub.flow:savePipelineToFile and also pub.flow:restorePipelineFromFile. Then the saved data must me transferd to a database.
Question 1: Where can I see that the data is transferd from the html-webpage to webMethods?

After you restorePipeline from file, the pipeline data will be shown to you. U must be using some other service to convert the incoming data to webMethods format. At the end of that service, you will be able to see the transferred data in the results tab. You need to write a custom service to convert the html page to webMethods if this is the requirement for u.