Ejemplo n.º 1
0
 public SoapSapRfcConnection(SapSoapRfcDestinationElement destination)
 {
     this.Destination     = destination;
     this._webClient      = new SoapRfcWebClient(this.Destination);
     this.metadataCache   = new SoapRfcMetadataCache(this._webClient);
     this.structureMapper = new SoapRfcStructureMapper(new SoapRfcValueMapper());
 }
Ejemplo n.º 2
0
 public SoapSapRfcConnection(string name)
 {
     this.Destination = SapSoapRfcConfigurationSection.GetConfiguration(name);
     this._webClient = new SoapRfcWebClient(this.Destination);
     this.metadataCache = new SoapRfcMetadataCache(this._webClient);
     this.structureMapper = new SoapRfcStructureMapper(new SoapRfcValueMapper());
 }
Ejemplo n.º 3
0
 public SoapSapRfcConnection(string name)
 {
     this.Destination     = SapSoapRfcConfigurationSection.GetConfiguration(name);
     this._webClient      = new SoapRfcWebClient(this.Destination);
     this.metadataCache   = new SoapRfcMetadataCache(this._webClient);
     this.structureMapper = new SoapRfcStructureMapper(new SoapRfcValueMapper());
 }