Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

System Profile

System Full NameCPSCS-APCIS Web Service
Business ContactBill Henderson
Business Owner
Tech Stack

Presentation Layer:  

Business Logic Layer:  

RDBMS:  

Reporting:  

Prod Source Locationhttps://dev.azure.com/DSD-Marine/MSS-Portfolio/_git/CPSCS-APCIS/commits?itemPath=%2F&itemVersion=GBmaster
Dev Source Locationhttps://dev.azure.com/DSD-Marine/MSS-Portfolio/_git/CPSCS-APCIS/commits?itemPath=%2F&itemVersion=GBmaster


Environment Access Information

DEV

User (admin):

Pass:

Unc: http://wwwappsmssdev/saf-sec-sur/4/cpscs-apcis-ws/ApcisProxyWs.asmx

Url:

ACC

User (admin):

Pass:

Unc: http://wwwappstestx.tc.gc.ca/saf-sec-sur/4/cpscs-apcis-ws/ApcisProxyWs.asmx

Url:

PROD

User (admin):

Pass:

UNC: https://wwwappsx.tc.gc.ca/saf-sec-sur/4/cpscs-apcis-ws/ApcisProxyWs.asmx

Url:


System Overview


Good To Know

Prod publish:

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


How-To and Fixes

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

  • No labels