Modified:
branches/bmas-staging/lib/org/freemedsoftware/api/Signatures.class.php
Log:
Use the proper wsdl file.
Modified: branches/bmas-staging/lib/org/freemedsoftware/api/Signatures.class.php
===================================================================
--- branches/bmas-staging/lib/org/freemedsoftware/api/Signatures.class.php 2010-08-31 15:27:13 UTC (rev 5833)
+++ branches/bmas-staging/lib/org/freemedsoftware/api/Signatures.class.php 2010-09-01 18:20:16 UTC (rev 5834)
@@ -282,7 +282,7 @@
} // end method getSoapClient
protected function getCachedWSDL ( ) {
- $url = PHYSICAL_LOCATION . '/data/wsdl/DosingService.wsdl';
+ $url = PHYSICAL_LOCATION . '/data/wsdl/ShimService.wsdl';
file_put_contents( $cached_name, file_get_contents($url) );
return $cached_name;
} // end method getCachedWSDL