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()); }
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()); }