External Java: Failed to find method 'm3apicaller.INDM3ApiCaller.PPS200MIGetLine' with matching signature in java symbol table.
I get this error when I try to invoke java class from Stream serve.
I am using JavaInvokeStaticMethod.
JavaInvokeStaticMethod("m3apicaller.INDM3ApiCaller","PPS200MIGetLine",$conn,$cono,$puno, $pnli, $valueReturned);
m3apicaller //Package name
INDM3ApiCaller //Class name
PPS200MIGetLine //Method name
$conn, // Connection String
$cono, // Param 1
$puno, // Param 2
$pnli, // Param 3
$valueReturned // Return value from function
If anybody has faced this issue please guide me to resolve it.