...
Info | ||
---|---|---|
| ||
|
For a sample that demonstrates how an HTTP inbound endpoint can act as a dynamic http listener, see Sample 902: HTTP Inbound Endpoint Sample
Worker pool configuration parameters
...
Code Block |
---|
<proxy xmlns="http://ws.apache.org/ns/synapse" name="InboundProxy" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <outSequence> <send/> </outSequence> <endpoint> <address uri="http://localhost:9773/services/HelloService/"/> </endpoint> </target> <parameter name="inbound.only">true</parameter> </proxy> |
Samples
For a sample that demonstrates how a HTTP inbound endpoint can act as a dynamic http listener, see Sample 902: HTTP Inbound Endpoint Sample.