paraworld.profile.GetMCML

Description

取得指定用户的Profile的MCML

Parameters

Required Name Type Description
required appKey string PE分配给您的应用程序标识键
userID string 被获取数据的用户的ID

Example Return XML

<pe:profile uid="6ea1ce24-bdf7-4893-a053-eb5fd2a74281" xmlns:pe="http://www.paraengine.com/">
        <app1 xmlns="">HELLO WORLD</app1>
</pe:profile>

Error Codes

当发生异常时,返回结果中会包含一个“info”节点,该节点记录了异常信息。

Test Cases

case 1

case: paraworld.profile.GetMCML

Input:

{

  ["userID"] = "6ea1ce24-bdf7-4893-a053-eb5fd2a74281",

  ["appKey"] = "fae5feb1-9d4f-4a78-843a-1710992d4e00",

}

Result:

Plug-in loaded: NPLWebServiceClient.dll

{

["app1"] = {

["text"] = "HELLO WORLD",

}

,

}

Topic revision: r16 - 2008-03-06 - CaoYF
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback