コード例 #1
0
 public SoapSapRfcConnection(SapSoapRfcDestination destination)
 {
     this.Destination     = destination;
     this._webClient      = new SoapRfcWebClient(this.Destination);
     this.metadataCache   = new SoapRfcMetadataCache(this._webClient);
     this.structureMapper = new SoapRfcStructureMapper(new SoapRfcValueMapper());
 }
コード例 #2
0
 public SoapRfcWebClient(SapSoapRfcDestination destination)
 {
     this.destination = destination;
 }