cancel
Showing results for 
Search instead for 
Did you mean: 

Does xMII support recursive Business Logic Modules

Former Member
0 Kudos

Does xMII support recursive Business Logic Modules?

I get an error when I try to run one.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello, David.

Recursive BLS calls are not directly allowed, however, this can be simulated/implemented by invoking your BLS transaction using either:

1) The Runner servlet using an XMLLoader action

2) The web service action invoking your transaction as a web service using WSDLGen

- Rick

Former Member
0 Kudos

One more option is using the XML query to write the calling URL.

Thanks,

Rajesh.

Former Member
0 Kudos

I would avoid that step, as it requires an unnecessary additional call to the xMII data services layer, and requires that the output be in /Rowsets/Rowset/Row format. By using the XMLLoader, essentially any format can be supported.

- Rick

Answers (1)

Answers (1)

Former Member
0 Kudos

David,

Business Logic Services does not support recursive transaction calls.

Regards,

Michael Teti