Getting Started =============== To get access to a testing account, speak to a member of our team who will set you up a user account for the application. This user account can be used to authenticate SOAP requests. SOAP service endpoints ---------------------- Order service testing endpoint - https://api-testing.legalbricks.co.uk/service/order.svc Product service testing endpoint - https://api-testing.legalbricks.co.uk/service/product.svc After successful testing we will provide you with a new account, which will be able to use the production SOAP service with the following endpoints Order service endpoint- https://api.legalbricks.co.uk/service/order.svc Product service location - `https://api.legalbricks.co.uk/service/product.svc `__ Authentication -------------- Each request to the soap service will include an Authentication object that will consist of a username and password, these details are sent over as we provide them. Code Example ------------ :: var auth = new Authentication { Username = "username", Password = "password" }; .. _authentication-1: Authentication -------------- .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
Property .. raw:: html Type .. raw:: html Infomation .. raw:: html
Username .. raw:: html String .. raw:: html Provided by [project manager] .. raw:: html
Password .. raw:: html String .. raw:: html Set up by yourselves via the password email .. raw:: html