i am new to mule and i need to invoke a c-program through a http connector.
unfortunately i was not able to find an endpoint that could help me invoke a C-program.
can someone tell if this is possible with mule? if so,how?
i am new to mule and i need to invoke a c-program through a
Share
Assuming by c-program you mean a program compiled to a native executable, I suggest you use an
expression-componentto invoke it via one of theexec()methods ofjava.lang.Runtime.