generateFunctionImportUrl:parameters: method

Generates the URL that is required to execute the backend functionality that is mapped to the function import.

Syntax

- ( NSString * ) generateFunctionImportUrl : ( NSString *const ) baseUrl parameters : ( NSDictionary *const ) parameters

Usage

The method also generates the parameter part of the Function Import URL. For example: http://www.example.com/demo.svc/FunctionImportName?parameter='value'&numeric_param=123