Service
Click here for a complete list of operations.
AppIsValid
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /VSTLKeyChecking/service.asmx HTTP/1.1 Host: 909284.sunqtrade-hk.tech Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/AppIsValid" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AppIsValid xmlns="http://tempuri.org/"> <pHeaderInst1Name>string</pHeaderInst1Name> <pWorkingDate>dateTime</pWorkingDate> <pSoftwareID>swWinBanker or swABB or swCBS or swISO_QCS or swForex or swWinBankerDB or swShare or swPayRoll or swATM or swKnowledgeBanking or swMobileBanking or swNonMIS or swDPBackOffice or swStationary or swEBanking or swGLConsole or swFixedAssets or swMIS or swReconsilation or swInwardOutward or swCRM or swALMReports or swCallCentre or swInvestmentBanking or swTeleBanking or swDataRepository or swDataRepositoryClient or swDCBMIS or swDebitCardInterface or swATMInterface or swCivik or swE_Governance or swE_Clinic or swHMS or swHRMS or swOPUS or swNodal or swCAMS or swSuitFile or swInwardOutword or swDealingRoom or swTouchScreen or swFAS or swPGR or swFTS or swHelpLine or sweRajaya or swERP or swTourism or swLPS or swUniversity or swHRSuite or swAdminSuite</pSoftwareID> <rpErrMsg>string</rpErrMsg> </AppIsValid> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AppIsValidResponse xmlns="http://tempuri.org/"> <AppIsValidResult>string</AppIsValidResult> <rpErrMsg>string</rpErrMsg> </AppIsValidResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /VSTLKeyChecking/service.asmx HTTP/1.1 Host: 909284.sunqtrade-hk.tech Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <AppIsValid xmlns="http://tempuri.org/"> <pHeaderInst1Name>string</pHeaderInst1Name> <pWorkingDate>dateTime</pWorkingDate> <pSoftwareID>swWinBanker or swABB or swCBS or swISO_QCS or swForex or swWinBankerDB or swShare or swPayRoll or swATM or swKnowledgeBanking or swMobileBanking or swNonMIS or swDPBackOffice or swStationary or swEBanking or swGLConsole or swFixedAssets or swMIS or swReconsilation or swInwardOutward or swCRM or swALMReports or swCallCentre or swInvestmentBanking or swTeleBanking or swDataRepository or swDataRepositoryClient or swDCBMIS or swDebitCardInterface or swATMInterface or swCivik or swE_Governance or swE_Clinic or swHMS or swHRMS or swOPUS or swNodal or swCAMS or swSuitFile or swInwardOutword or swDealingRoom or swTouchScreen or swFAS or swPGR or swFTS or swHelpLine or sweRajaya or swERP or swTourism or swLPS or swUniversity or swHRSuite or swAdminSuite</pSoftwareID> <rpErrMsg>string</rpErrMsg> </AppIsValid> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <AppIsValidResponse xmlns="http://tempuri.org/"> <AppIsValidResult>string</AppIsValidResult> <rpErrMsg>string</rpErrMsg> </AppIsValidResponse> </soap12:Body> </soap12:Envelope>