Li
Delete
Are you sure you want to delete this?
CntanzModel
-
Date
-
20211218
-
Target
-
C_015
-
Title
-
gabia. 메시징 서비스, https://message.gabia.com/api/documentation/
-
Contents
-
1. XML RPC(구API)를 다운로드 받다.
2. 다운로드 받은 집을 풀면 bin folde에 CookComputing.XmlRpcV2가 있다.
3. 이것을
Referencing DLLs
Procedure
In the Solution Explorer pane, right-click your project, then click Add Reference.
In the Add Reference window, click the Browse tab.
In the drop-down list, find the folder for FileNet.Api.dll.
For the default location of FileNet.Api.dll, see Prerequisites.
Select the DLL file.
Click OK.
출처: https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=setup-configuring-visual-studio-project
위 과정을 통해 등록하고 SmsXmlRpcClass.cs에 using CookComputing.XmlRpc를 추가한다. 신기한 건 뒤 V2는 빼야한다는 사실이다.