Added: ode/site/trunk/content/resources/sample.endpoint.txt URL: http://svn.apache.org/viewvc/ode/site/trunk/content/resources/sample.endpoint.txt?rev=1426595&view=auto ============================================================================== --- ode/site/trunk/content/resources/sample.endpoint.txt (added) +++ ode/site/trunk/content/resources/sample.endpoint.txt Fri Dec 28 17:59:03 2012 @@ -0,0 +1,57 @@ +# All properties follow this pattern: +# [nsalias.service.[port.]ode.]property +# +# If service name is mentioned but port name omitted, the value will apply to all ports of the service. +# If service name and port name are omitted, the value will apply to all services. + +# For instance: +# Service-specific values +# ode_ns.my-soap-service1.ode.http.connection.timeout=50000 +# ode_ns.my-http-service1.ode.http.protocol.max-redirects=40 +# +# Port-specific values +# ode_ns.my-http-service1.portA.ode.http.protocol.max-redirects=60 + + +# 3 minutes +# mex.timeout=180000 + +# true/false +# http.request.chunk=true + +# HTTP/1.1 / HTTP/1.0 +# http.protocol.version=HTTP/1.1 + +# true/false +# will not apply to http-bound services TBD +# http.request.gzip=false + +# true/false +# Append gzip to the Accept-Encoding header +# http.accept.gzip=false + +# http.protocol.encoding=UTF-8 + + +# You must define one property per header, prefixed with 'http.default-headers' +# These values will override any values already set for a given header. +# http.default-headers.User-Agent=your-agent +# http.default-headers.foo=bar + +# timeout in milliseconds until a connection is etablished +# http.connection.timeout=40000 +# timeout in milliseconds for waiting for data +# http.socket.timeout=40000 + +# http.protocol.max-redirects=10 + +# To disable proxy set the host to null +# http.proxy.host=myproxy.org +# http.proxy.port=8080 +# http.proxy.domain=mydomain +# http.proxy.user=johndoe +# http.proxy.password=topsecret + + +# alias.ode_ns=http://ode.apache.org +# ode_ns.dummyservice.ode.http.socket.timeout=180000 \ No newline at end of file
