volos-util-apigee
Version:
Apigee Edge Utils
25 lines (24 loc) • 770 B
text/xml
<ServiceCallout name='SC-FormParams'>
<Request variable='serviceCalloutRequest'>
<Set>
<FormParams>
<FormParam name='a'>alpha=7&beta=9</FormParam>
<FormParam name='b'>beta=8/</FormParam>
<FormParam name='c'>"charlie"</FormParam>
</FormParams>
<Verb>POST</Verb>
<!-- <Path>/additional/path/here/if/desired</Path> -->
</Set>
</Request>
<Response>precallResponse</Response>
<HTTPTargetConnection>
<SSLInfo>
<Enabled>true</Enabled>
<IgnoreValidationErrors>true</IgnoreValidationErrors>
</SSLInfo>
<Properties>
<Property name='success.codes'>2xx, 4xx, 5xx</Property>
</Properties>
<URL>https://echo.dinochiesa.net/</URL>
</HTTPTargetConnection>
</ServiceCallout>