Index: so_taxes.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/so_taxes/so_taxes.module,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 so_taxes.module
--- so_taxes.module	17 Mar 2009 08:01:21 -0000	1.1.1.2
+++ so_taxes.module	11 Jun 2009 17:07:31 -0000
@@ -339,7 +339,7 @@
       $client = new SoapClient("http://trial.serviceobjects.com/ft/FastTax.asmx?WSDL");
     }
     else {
-      $client = new SoapClient("http://ws2.serviceobjects.net/ft/FastTax.asmx?WSDL");
+      $client = new SoapClient("http://ws.serviceobjects.net/ft/FastTax.asmx?WSDL");
     }
   }
   
