Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Problem:

Production service not availabledown:

The CPSCS-APCIS web service (https://wwwapps.tc.gc.ca/saf-sec-sur/4/cpscs-apcis-ws/ApcisProxyWs.asmx) is not functioning in production.

Solution:

For Production, the application MUST be compiled in release mode, in order to use the correct service reference file 
//  If in debug mode, use test apcis web service; otherwise, use prod (J. Green, v1.0.0, April 2014)
#if DEBUG
    using TestProxyAPCIS.apcis_preprod_ws;
    //using TestProxyAPCIS.apcis_test_ws;
#else
    using TestProxyAPCIS.apcis_prod_ws;
#endif
See bug 4184 and related tasks for details.


How-To and Fixes

<Sub-sections should describe how to address known support request, including any scripts, instructions / steps, etc… >