Use CBS Header API v2
This PR switches the CBS order header API from v1 to v2, which adds two new parameters, P_DEFAULT_SET
and P_TEST_MODE
.
The integration tests fail with a cryptic message:
1) CreateCbsOrderIT::createsCbsOrder
SoapFault: Error occured while service was processing.
/Users/apsummers/Developer/cbs-techstore-client-php/src/main/edu/wisc/services/cbs/order/header/generated/DOIT_SOA_ORDER_IFACE_H_V2_Service.php:43
/Users/apsummers/Developer/cbs-techstore-client-php/src/main/edu/wisc/services/cbs/order/header/SoapOrderHeaderService.php:45
/Users/apsummers/Developer/cbs-techstore-client-php/src/test/edu/wisc/services/cbs/order/CreateCbsOrderIT.php:79
I'm assuming this is because the APIs are not active on CBDV12 and only on CBQA12.
Please review: @ahoffmann @weizhong-wang @lloyd-carter @KJOYNER