Hi all,
I have a requirement where by i send 50 records from SQL server using sql
adapter in an xml string to a web service and the web service sends me the
response with 5 or 10 records which fail in xml string.Now i have the xsd
schema for the response message but how to load the response xml in the
xsd
schema since i have to use the reponse xml to update the sql server
database
for the failed records.
Pls help me.