- In the BookLegacy.wsdl view (operations diagram), click on the arrow after the row for the output parameter. There should be a new Inline Schema view with an element called BookReturnE.
- Right-click anywhere in this view and select
Set Type > New.
- In the New Type dialog box, select
Complex Type and type
BookReturn then click
OK. This adds a new diagram to the editor.
- Right-click
BookReturn and select
Add Element. Type in
Book.
- To change the type, click on
string, then the down arrow to bring up the list. Select
Browse, type in
Book, which should be enough to show BookDetail in the
Types list. Select
BookDetail and click
OK.
- Continue to add elements:
- Status (string)
- StatusNo (int)
- Close the Inline Schema view, clicking
Yes to save when prompted.
Your diagram should now contain:
Parameter
|
Data type
|
Book
|
BookDetail
|
Status
|
string
|
StatusNo
|
int
|