config.xml

V

vb6dev2003

I am looking at one of the SDK sample (Submit Data). When I extract files
from the xsn form, I am getting a config.xml form. It looks like it is
related to the address of the Web Service. How to do get it there? Is
there any explanation / documentation on that config file?

If I create my own form, embed a Web Service and extract the files, there is
no config.xml....

Thanks.

vbdev
 
S

Steve van Dongen [MSFT]

I am looking at one of the SDK sample (Submit Data). When I extract files
from the xsn form, I am getting a config.xml form. It looks like it is
related to the address of the Web Service. How to do get it there? Is
there any explanation / documentation on that config file?

If I create my own form, embed a Web Service and extract the files, there is
no config.xml....

It's not a standard feature. It was specifically done for that
sample. The config.xml file was added as a resource file to the form
template. If you look through the script.js you will find some
functions that load it and set the URLs for the datasources.

Regards,
Steve
 
Top