Introduction
One of the principles of Service Design is Contract First. With this principle you first design the service contract of the service and then implement it. This blog item will show a small example within Cordys BOP4.Contract First
First I will create a simple HRM Employee service first. The WSDL can be found hereBefore you can use this WSDL you have to import the WSDL.
- Create a Project with com/examples Folders
- Create new Web Service document in com/examples Folder
- Select Import WSDL and name the service, click Next
- Now you have to fill in the URL of the WSDL. I have installed Cordys on my Windows machine and put my EmployeeService within the <CordysInstallDir>/Web directory. This way the WSDL is accessable through a URL. Select Show Services to view the service defined within the WSDL. Check Interface WSDL, because it is just the interface and not the implementation we are importing.
- Now you are able to use this as a basis to define a Contract Based Business Process Model. Create a new Business Process Model within the same Folder with the following Properties. You must check Contract and select the Interface just imported in the previous step.
- When you press OK, a skeleton Process is generated for you with Process messages.
Regards, Roger
Hi Roger,
BeantwoordenVerwijderenThe WSDL is not correct and can't be imported. Namespace s: should be XSD, the INPUT tag at line 28 is not closed and the SOAP namespace is defined in lower case. But the principle of CFD is made very clear.
Hello Jan,
BeantwoordenVerwijderenThank you for the remarks. It seems always difficult to import the WSDL into Blogger, so I have used a link now.