Service processor wraps the service' Processor implementation of the
PServiceCallHandler so that it can read the service call message
parsed into a PServiceCall, and write the response with proper
exception handling.
A simple HTTP POST servlet wrapper that deserializes the POST body
as a providence message, and serializes the response message using
the requested content type or accept type.