Create a mobile business object with defined attributes and operations from a Web service.
Prerequisites To use a Remedy Web service, either create the service, or know where an existing Remedy WSDL is located.
-
Drag the Web service from the Server Explorer and drop it onto the mobile application diagram.
-
On the General Mobile Business Object Information page of the wizard, enter a name and description. and ensure that the Syncable property is checked.
-
Click Next.
The Specify Connection Information page displays with the Connection Type of Web Service and the Connection Name populated with the information supplied from the Web service you dragged and dropped.
-
If the Web service requires Basic HTTP Authentication, specify:
- Password type – Text or Digest.
- User name – user log-in name.
- Password – password for the user name.
-
Click Next.
-
If the Web service requires that a method be called each time the MBO connects to the Web service, select the Login Method.
-
Click Next.
-
Select an operation for the Web Service and click Next.
-
Enter the necessary request node values in the Value column and click Next.
-
Select to either generate the XSLT or to manually specify the XSLT.
To map Web service operations to MBO operations and attributes, the
Web service response message is converted to a tabular format. To define the XSLT that is used for converting the response messages, you can either generate the XSLT or define it manually.
-
Click Preview Data to see the generated XSLT, then click Next.
-
Map the MBO attributes to the Web-service data columns.
Note: Each Web-service data row corresponds to a different MBO instance, and each column corresponds to a different MBO instance's attribute value.
-
For each parameter that you want to map, specify:
Option |
Description |
Name |
Parameter name. Note: Parameter names cannot contain C# or Java reserved words.
|
Datatype |
Parameter datatype. |
Argument |
Web service argument name. |
Datatype |
Datatype of the Web service argument. |
Default Value |
Default argument value. |
-
On the Summary page, review the MBO configuration. To save the values and exit, click Finish. To change a value, click Previous to go back to the configuration page.