Hi.
Once BPM ends, i want to get a XML file with some data.
The problem is that when i go to AL11 to watch this file, i get the entire XML in one row :
SRI01140306D411001 JOHNhttp:// dga.es/INTERFASE"> SRI01140306D411001 JOHN> ....
i want to get it this way ...
<cabecera>
<FICHERO>SRI01140306D411001</FICHERO>
<NAME>JOHN</NAME>
.
.
.
How can i do that?
Regards.