Service#callService sends the op message
const call = {
op: "call_service",
id: serviceCallId,
service: this.name,
type: this.serviceType,
args: request,
timeout: timeout,
};
which adds in type: this.serviceType.
As far as I'm aware, the Rosbridge protocol doesn't specify this field when calling a service (ref)