Dear Atul Ahire,
I modified the dsp page With the input example that you have given. To pass recordList as input to a service through DSp page one has to use
%scope rparam(…)% , and the %scope% tag supports only one record.
So i changed the code in the following manner to solve ur problem.
As per ur input example
Resume is a Record List
in this Address is a record
and Exp is again a recordList.
As i said %scope rparam(…)% can be used for only one record or recordList.
I made a structure like this…
Resume (RecordList)
EngId (String)
Name (String)
BirthDate (String)
Address (StringList)
Exp (StringList)
using %scope% tag . (Refer kalyan.dsp can be found in sample package attached).
This input i passed to a java service that converts the above structure to the structure as u require.
I used %scope% tag ,(Which u can refer to kalyan.dsp) and used a java service called createRL.
I am attaching sample package.
I hope that this suits ur requirement.
Kalyan
RecordList as Input to a service thru DSP
sample.zip (8.5 k)
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB