Exactly, i got it working with calling on the other webservice OLD CODE ---snip----- // Create the adapter and fill the DataSet System.Data.OracleClient. OracleDataAdapter adapter = new System.Data.OracleClient. OracleDataAdapter (comm); DataSet dsRates = new DataSet (); adapter.Fill(dsRates); // Convert...