Search code examples
tibco

how to read xml file from url in tibco BW


I want to read xml file from web url, when I specified that path in Read file pallette file location I'm getting an error .How can I do this one in tibco?

Please help me to solve this issue.


Solution

  • Use a "Send HTTP Request" Activity.

    Host in the "Configuration" tab can be written as such : hostname:port/dir1/dir2/filename.xml

    Data will be available in the "asciiContent" output field.