Sample model
You, being such a great developer or modeler, must be eager to work on a sample to put in practice everything you have read so far. So, let's stop talking and start modeling.
While the model we describe here is available for download, you are encouraged to create your own model so that you can gain more experience with the tool. This model can be downloaded from http://www.packtpub.com/support. The file is named as Chapter 9 Complete Models.zip
.
Before you can start with your example, you will need a WSDL document. We will not type the WSDL in here because it would take more than two pages to hold it. You can download it from http://www.packtpub.com/support. The file is named Investor.wsdl
.
This sample WSDL contains one single operation named getInvestors
. This operation takes one input named VAULT_TYPE
. It also requires a request header.
It returns an element of the INVESTORS
type. This element is comprised of a collection of elements of the INVESTORS
type. A fault element of...