BQOHostWebServices
BillQuick Web Services for authentication on the Host database
The following operations are supported. For a formal definition, please review the Service Description.
-
CreateNewAccount
This method adds a new user/owner to the DB -
GetAccountDetailID
This method will return the adID for a user with the given emailID, companyName and actID. -
GetConnection
This method receives the id of the SaaS data file the user needs to connect to and returns the Connection in the BQConnection object. -
GetVersion
This method will return the latest version of Host Web services -
SaveSyncSettings
This method saves the sync settings in SyncLog table -
DBConnect
MessageName="With_x0020_userName_x0020_and_x0020_userPswd"
This method takes username(emailID) and password of the user and authenticates it with data in the WSHost data file -
DBConnect
MessageName="With_x0020_userName_x002C__x0020_userPswd_x0020_and_x0020_checkUserType"
This method takes username(emailID) and password of the user and authenticates it with data in the WSHost data file. checkUserType= true authenticates whether the user is owner or administrator. -
getPlanList
Gets a List of subscription Plans -
sendTransactionDetails
Adds transaction details to the DB
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration> <system.web> <webServices> <conformanceWarnings> <remove name='BasicProfile1_1'/> </conformanceWarnings> </webServices> </system.web> </configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'DBConnect' on portType 'BQOHostWebServicesSoap' from namespace 'http://BillQuickOnlineHost/'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.