Hi friends,
We have a requirement where we have to pass 5 values from database to webservice( SOAP lookup) and get a response back which is in below format:
<SOAP_Message>
<test>...</test>
<row>A="1" B="2" C="3" D="4" E="5"......</row>
<row>A="11" B="21" C="31" D="41" E="51" F="61"......</row>
<row>A="12" B="22" C="32" D="42" E="52" F="62" G="72"......</row>
.....
.....
</SOAP_Message>
I have three columns in database C, D and E. I have to write the values of those three fields in database.
row tag can occur 100 times.
Please suggest the way.If JAVA mapping then please share the code if possible.
Thanks in advance!!
Regards,
Krishna S.