0

Currently I'm working in TIBCO Business Works. I need some clarification related to dot net and TIBCO BusinessWorks communication. Other than Webservice cosuming option, is that any other options (or adapters) are available to connect dll file from TIBCO BusinessWorks?

Ganesh Gandhi K
  • 187
  • 1
  • 4

2 Answers2

0

1 - If you use WCF internally, this exists : https://docs.tibco.com/products/tibco-ems-transport-channel-for-wcf-2-0-0

2 - There are also ways to assemble .Net and BusinessWorks Implementation types in service grid... but this REQUIRES service definition on each end (WCF on the .Net end + WSDL)... and having a Service Grid wrapper just for that is overkill. There are no ".Net" or "dll" palette inside BusinessWorks, to my knowledge (BW has Java roots)

3 - So it sounds like you will have to integrate with Web Services, Messages (a MOM that support .Net and Java, like EMS), Databases (any DBMS) or files... Sometimes the simplest ways are the best.

GhislainCote
  • 1,502
  • 11
  • 18
0

Since BW is Java-based other another possible approach might be using JNA or JNI in a Java Code activity.

There is a great discussion here on the merits of JNA versus JNI.

Community
  • 1
  • 1
nochum
  • 755
  • 4
  • 10