Web Services Enablement and other features provide web service notifications that you can use as examples
for creating your own REST and SOAP web service notifications.
This supplied SOAP web service notification simulates a call to a MarcomCentral web
service. The notification calls the web service when the state of an order job in
the MarcomProcessOrders workflow changes to Retained.
This supplied REST web service notification makes a POST call to a sample web service
and passes 2 parameters: jobTicket and jobId. The notification makes the call when the state of a child job in the RestfulWebServiceWF changes to Retained.