28 lines
860 B
C#
28 lines
860 B
C#
using System;
|
|
using System.Xml;
|
|
using Apache.NMS;
|
|
using Apache.NMS.Util;
|
|
using tcEAI_C;
|
|
|
|
namespace EAIws_C
|
|
{
|
|
|
|
static class modEAP
|
|
{
|
|
|
|
private static XmlDocument xmlDoc = new XmlDocument(); // 用以讀取Xml字串
|
|
private static DateTime ArriveTime; // 送達時間
|
|
private static string strIdentity; // Identity XML字串
|
|
private static string strReturnValue; // ReturnValue XML字串
|
|
private static string strException; // Exception XML字串
|
|
private static string strResult; // Result XML字串
|
|
private static string strMessage; // Message XML字串
|
|
private static object strServiceName = "modEAP";
|
|
private static int i = 0;
|
|
|
|
#region EAP 客制接口
|
|
|
|
#endregion
|
|
|
|
}
|
|
} |