FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createUpdateWebService Method

Creates the update web service.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createUpdateWebService(
	string serviceID,
	string serviceName,
	string serviceURL
)
Public Function createUpdateWebService ( _
	serviceID As String, _
	serviceName As String, _
	serviceURL As String _
) As Boolean
public:
bool^ createUpdateWebService(
	String^ serviceID, 
	String^ serviceName, 
	String^ serviceURL
)

Parameters

serviceID
Type: String
The service identifier.
serviceName
Type: String
Name of the service.
serviceURL
Type: String
The service URL.

Return Value

true if XXXX, false otherwise.