During today’s action, I needed to verify new custom HTTP header fields (#HeaderName# properties) in my SOAP web service calls originating from a Voxeo VoiceObjects (VO) call flow. This meant pointing VO to my favorite trace tool (Fiddler2) running as a proxy on localhost / 8888. This usually requires setting JVM parameters (proxyHost and proxyPort) on the embedded app server, overriding post URL ports, or using proxycfg, but I suspected VO had an easier way. Sure enough, after some poking around, I found it:
Repository – Services – (service name) – Proxy Parameters – HTTP proxy host and HTTP proxy port
Yet another nice convenience in this market-leading platform.