cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting XML files with xMII

Former Member
0 Kudos

Hi,

i want to connect xml file (say one.xml having table name and price) with xMII. how can i do it? by using TAG query? what is the simulatorTag.xml?

- senthil

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Senthil,

Save your .xml file in your local system

Open Business Logic Editor and under WEB you can find xmlLoader.

Right Click and configure the path of the xml file in source URL.

This will load your xml file and all the rowsets will be available for further manipulation...

Tag Query is normally used to query a Tag type database like simulator..

Hope this helps,

Ajitha

Former Member
0 Kudos

hi,

thanks. now it is working..

- senthil

former_member4529
Active Contributor
0 Kudos

Hi,

You can use the XML query also if the XML file data is in xMII's standard data format (Rowsets/Rowset/Row). Otherwise you can read the XML file in a BLS transaction (by XML Loader action and Reference Document action).

Thanks,

Dipankar

Former Member
0 Kudos

Senthil,

What do me mean by connect?

Are you trying to load the xml file for retrieving some data?

You can use XML Loader action in Business Logic Services for this purpose..

Explain the scenerio so that I can help you

Thanks,

Ajitha