• The parameter passed to the stored procedure can be assigned the XML file from the application.

    For example: In .NET,

    - Create a dataset.

    - Get XML-string using the <DataSetName>.GetXml() function.

    - Pass this XML-string to the procedure.