Skip to content
Snippets Groups Projects

Add WSDL URLs for CBCP12/CBSP

7 files
+ 30
0
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -16,6 +16,10 @@ class SoapExternalCustomerService implements SoapService, ExternalCustomerServic
const CBQA12 = 'http://pegasus.doit.wisc.edu:8018/webservices/SOAProvider/plsql/doit_soa_external_customer_v2/?wsdl';
/** URL for DV WSDL */
const CBDV12 = 'http://pegasus.doit.wisc.edu:8016/webservices/SOAProvider/plsql/doit_soa_external_customer_v2/?wsdl';
/** URL for CP WSDL */
const CBCP12 = 'http://pegasus.doit.wisc.edu:8015/webservices/SOAProvider/plsql/doit_soa_external_customer_v2/?wsdl';
/** URL for PROD WSDL */
const CBSP = 'http://galactica.doit.wisc.edu:8001/webservices/SOAProvider/plsql/doit_soa_external_customer_v2/?wsdl';
/** @var DOIT_SOA_EXTERNAL_CUSTOMER_V2_Service */
private $soapClient;
Loading