Preparation
Before we start you will need to download the book's resources for this chapter as they contain the inbound (trigger) WSDL called ICSBook-Ch7-FlightProgress-Source.WSDL
and the outbound WSDL definition file called ICSBook-Ch7-FlightProgress-Target.WSDL
, along with a response payload to use with Mockable.io
called ICSBook-Ch7-MockResponse.txt
.
Before the outbound WSDL definition can be used, it will need to be edited as before so that the soap:address
element has its location
attribute referencing your instance of Mockable.io
(that is, replace the xxxx.mockable.io
part of the URL). With this saved and ready to use, we can get started.