1.5.6 REST Outbound

REST outbound services do not have the equivalent of wsdlcvt as shown in Figure 6. You simply add service endpoints to be accessed in the /Outbound/HTTP section as shown in the example below:

Figure 1-5 REST Outbound


REST Outbound

Example 1-43 /Outbound/HTTP Section

<Deployment xmlns="http://www.bea.com/Tuxedo/SALTDEPLOY/2007">
<WSDF>
...
</WSDF>
<WSGateway>
<GWInstance id="GW1">
...
<Outbound>
<Binding ref="bankapp:bankapp_binding">
<Endpoint use="http1"/>
<Endpoint use="https1" />
</Binding>
<HTTP>
<Service name="BANK_GET"
method="GET"
address="http://some.org/bankAccount"
content-type="JSON"
outputbuffer="RECORD"/>