I am trying DXXSHRED XML from application development centre(from a windows machine) whereas my database is located in an AIX box.I am providing the path of the DAD file (D:\..) as the input parameter value to DADBUF and the XML datafile path(D:\..) as the XMLOBJ.
I have imported the DTD of the XML datafile onto the reference table.
However when I run it, the return message says that there is a problem in line 1 column 1.
But I have verified the XML datafile and DAD file using XMLSPY.
I was taking a look at a C program which calls this procedure and it seems to append the length of the path to the input values.
I think that I am making a mistake in setting up the input parameters from application development centre.
Can someone point me in the right direction?