The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

jrpc_client.pl - Generic JSON-RPC Client for JRPC toolkit

SYNOPSIS

./jrpc_client.pl -parafile examples/say.json -method 'SoundIt.say' \ -url "http://servhost:8080/"

Parameters:

  • url - Service URL to send JSON-RPC request to

  • method - JSON-RPC Method (e.g 'Pkg.meth' or just 'meth')

  • parafile - JSON file with parameters for JSON-RPC "params" section

1 POD Error

The following errors were encountered while parsing the POD:

Around line 20:

Unknown directive: =head