Skip to content
Snippets Groups Projects
Commit fa81572a authored by Andy Summers's avatar Andy Summers
Browse files

Add WSDL URLs to `SoapItemCompareService`

parent 5c7b333a
No related branches found
No related tags found
No related merge requests found
{
"name": "adi-ia/cbs-techstore-client-php",
"description": "A PHP client used to connect with the CBS API and perform requests",
"version": "7.7.0",
"version": "7.7.1",
"license": "Apache-2.0",
"homepage": "https://wiki.doit.wisc.edu/confluence/display/ADIIA/CBS",
"authors": [
......
......@@ -14,6 +14,15 @@ use edu\wisc\services\cbs\item_comp\generated\OutputParameters;
class SoapItemCompareService implements ItemCompareService, SoapService
{
/** URL for QA WSLD */
const CBQA12 = 'http://pegasus.doit.wisc.edu:8018/webservices/SOAProvider/plsql/doit_soa_item_comp_v1/?wsdl';
/** URL for DV WSDL */
const CBDV12 = 'http://pegasus.doit.wisc.edu:8016/webservices/SOAProvider/plsql/doit_soa_item_comp_v1/?wsdl';
/** URL for CP WSDL */
const CBCP12 = 'http://pegasus.doit.wisc.edu:8015/webservices/SOAProvider/plsql/doit_soa_item_comp_v1/?wsdl';
/** URL for PROD WSDL */
const CBSP = 'http://galactica.doit.wisc.edu:8001/webservices/SOAProvider/plsql/doit_soa_item_comp_v1/?wsdl';
/** @var DOIT_SOA_ITEM_COMP_V1_Service */
private $soapClient;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment