Posted By:
lim_bburn
Posted On:
Tuesday, June 6, 2006 02:59 AM
Hi Folks In my scenario, I have a log file which I need to pass over to my customer. My customer is suggesting a web service, where he will have an "insert" method for me to call. However, I find this not feasible as if I have thousands of lines, which each line contains, say 4 parameters, I will need to call this "insert" method 1000 times. Is there possibly anyway where a "Mass Insert" function can be deployed instead, so that I would just need to make 1 call? Alternatively, any suggestion on how to do this via web service / SOAP protocol? regards bburn
More>>
Hi Folks
In my scenario, I have a log file which I need to pass over to my customer. My customer is suggesting a web service, where he will have an "insert" method for me to call.
However, I find this not feasible as if I have thousands of lines, which each line contains, say 4 parameters, I will need to call this "insert" method 1000 times. Is there possibly anyway where a "Mass Insert" function can be deployed instead, so that I would just need to make 1 call?
Alternatively, any suggestion on how to do this via web service / SOAP protocol?
regards
bburn
<<Less