コード例 #1
0
        public override RfcMetadataCache GetMetadataCache()
        {
            this.conn = new SoapSapRfcConnection("TST-SOAP");
            SoapRfcWebClient webClient = new SoapRfcWebClient(this.conn.Destination);

            return(new SoapRfcMetadataCache(webClient));
        }
コード例 #2
0
 public static void Main(string[] args)
 {
     SapRfcConnection conn   = new SoapSapRfcConnection("DEV");
     RfcResult        result = conn.ExecuteFunction("ZPLU_RFC_TEST");
 }