Pregunta

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.

¿Fue útil?

Solución

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.

Otros consejos

1.Use "HTTP receiver" Activity
2.Next use "Parse XML" Activity

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top