cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Xacute Query From BLS transaction

Former Member
0 Kudos

Hi Everyone,

Can we call Transaction of another MII server from a Transaction.

I am using Virtual Xacute Connector.

I know we can call it using webservice/url.

But can we call it direct like we can call sql queries using Virtual IDBC connector.

Thanks

Anshul

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

I don't see why not - have you configured the VirtualXacute data server and built/tested a query template calling the remote TRX?

Former Member
0 Kudos

HI Jeremy,

Thanks for your reply.

Xactute query is working fine.

But i want to call that xacute query inside a transaction.

Regards

Anshul

Former Member
0 Kudos

Hi Anshul,

Have you tried HTTP Post action block to call query from URL format if not than following is URL format to call query

http://<servername>/XMII/Illuminator?QueryTemplate=<Project>/<Path>/<TemplateName>;

make sure to remove spaces from format.

Hope it helps!!!

Regards,

Manoj Bilthare

jcgood25
Active Contributor
0 Kudos

With a similar URL you could also use the XMLLoader action.

If you create a TagQuery action where you want to call the working XacuteQuery, you could also swap the path for the template (drag and drop won't work, but you can paste in the template path in the configure dialog). This might get a little messy if you're trying to do too many link types, because the parameters in the template types will be different.

Answers (0)