Getting the SOAP Data to pipeline

Hi,

I created a flow service and I placed just savePipelinToFile & restorePipelineFromFile. Then I created the WSD Provider to the same. With this WSDL URL I hit the flow service from the SOAP UI with some data.

So that, from the pipeline I got some document.

The problem is that I am hitting the service with the WSDL URL from the SOAP UI with some input. This input contains one Tag i.e “_I-PARM” which contains a list of data(as in a array). Sample Input is having more than one _I-PARM tags and it should come to the webMethods as a Stringlist. But from the pipeline I am able to get only one record as a String(The last data in the array is only received) .