Avatar

Level 10

You do not want to send the URL ....as I said earlier that file is written to temp storage and you cannot guarantee that it will be there

when the other program comes to read it. In either case you will have to pass the file contents across the wire so it will take time ....I woudl stick with streaming the file across like you are doing now .....or have LC write the file into SP from the orchestration (this requires the SP connector).

Paul