Question
2
Replies
1101
Views
Boubyan
Posted: December 11, 2017
Last activity: December 12, 2017
Closed
Solved
Generate Wsdl through a wizard for a case
I have a requirement to generate a WSDL for a case using???
Please Help..
thanks
Hi LoayA700,
Creating a SOAP service using the Service Wizard
You run the Service Wizard to create all the records needed to expose your application as a service. The Service Wizard walks you through entering the settings required to create the service. The Service Wizard does not create XML mappings for inherited properties, so you must add those properties as needed.
Run the Service Wizard
Select Designer Studio > Integration > Services > Service Wizard to start the Service Wizard.
Complete the Select Service Purpose section:
Create and manage work is the most common reason to create a service. You invoke an existing service activity if you have created the activity previously. The Process input or output data provides an empty activity that you configure to get or process the desired data. The options in the wizard differ based on the Service Purpose selected.
Complete the Provide Service Details — Select Work Properties section:
Click Next.
The pyStartCase flow does not have any flow actions that you want to consider a service to execute.
Select Use XML for data mapping to allow for list structures in the request.
Only properties defined directly in the TGB-HRApps-Work-Candidate case type are displayed. Inherited properties are not displayed and need to be added manually after the wizard has been completed.
Select the following input properties:
Click Next to confirm the proprieties to use.
Set the Ruleset Name to HRApps, and set the Ruleset Version to the version in which you are working.
From the Service Package Options drop-down list, select Configure a new service package, then click Next.
Keep the default settings in the Configuration Data Records screen. Click Next.
Requires authentication is selected by default. This means that you need to provide an operator and password when you call your service.
The Review and Save screen displays the records that will be created by the wizard. Click Finish to create the records.
The final page displays the records created by the wizard.