I am confused with inline and callout remote server calls. I have taken following details from manual."The inline callout program should return well formed xml document. The document's outermost element should be "Does it mean that when in the datacapture.cfg file, when tag is executed, it will be automaticaklly replaced by with as subelement ? Do we have to create any tag for ?What does "command" do here ? It looks like two files "a" and "b" here. So the command will fetch values from both "a " and "b" ? After fetching values from these files, it will create an XML document with element and as its child element. Everything we have to do is put in datacapture.cfg. Is my understanding correct ? If No, pls explain.If yes, then when will the XML document wih element be executed ? Does the control stay at the beginning of the XML document after is executed or its at the end of the XML document ? If control is at the beginning of the XML document, then it will be executed. But if control is at the end of the document, how does XML document get executed ?How does work ? There is a loooong example given in the manual, but I cant even understand the basics by reading the manual. Pls explain these two remote server calls. When do we use and when do we use Thanks
Inlines are normally used to populate option lists.
I am confused with inline and callout remote server calls. I have taken following details from manual."The inline callout program should return well formed xml document. The document's outermost element should be <substitution> "Does it mean that when in the datacapture.cfg file, when <inline> tag is executed, it will be automaticaklly replaced by <substitution> with <option> as subelement ? Do we have to create any tag for <substitution> ?
<inline command="bin/cat /tmp/a /tmp/b" /> What does "command" do here ? It looks like two files "a" and "b" here. So the command will fetch values from both "a " and "b" ? After fetching values from these files, it will create an XML document with <substitution> element and <option> as its child element. Everything we have to do is put in datacapture.cfg.
<inline command="iwhome/iw-perl/bin/iwperl iwhome/local/bin/my_inline.ipl"/>
<inline command="iwhome/local/bin/my_inline.ipl"/>
Is my understanding correct ? If No, pls explain.If yes, then when will the XML document wih <substitution> element be executed ? Does the control stay at the beginning of the XML document after <inlin> is executed or its at the end of the XML document ? If control is at the beginning of the XML document, then it will be executed. But if control is at the end of the document, how does XML document get executed ?
How does <callout> work ? There is a loooong example given in the manual, but I cant even understand the basics by reading the manual. Pls explain these two remote server calls. When do we use <inline> and when do we use <callout>Thanks