Select Window|Open Perspective|Other from the WorkSpace main menu, select Service Development in the Select Perspective window, and click OK.
Select File|New|Service from the WorkSpace main menu bar.
When the Create a Service wizard opens, select Business Process Service, and click Next.
Select the MySybStore_Tutorials/Services/BP as
the parent folder, enter MyHandleOrdersBP
for
the service name, and click Finish.
When the business process service opens in the editor, select the Service Interface tab.
Select operation1 box
in the diagram, then expand the Properties pane and
change the Name to process
.
Open the Operation Parameters pane and click Add three times to add three parameters with these values:
Parameter 1:
Name – customerid
Style – Input
Datatype – Simple Type string
Parameter 2:
Name – item
Style – Input
Datatype – Simple Type string
Parameter 3:
Name – qty
Style – Input
Datatype – Simple Type integer
To change parameter name and type, use the Properties pane.
Select File|Save from the WorkSpace main menu.