
First, you will need to deploy the webservice in 'Webservice C#'.  This was written to query Northgate ORBIS Oracle stored procedures.



1) Import and Publish the xml Endpoints and Forms


2) Edit 'config.orbis.getConfig',
	- wsdlUrl, The WSDL Url, the url for the webservice deployed above.  
	  NOTE: We have added Basic Authentication in IIS on the directory that contains the webservice.  We then added Windows 'Security' on the directory with a new Local User Account having read permissions.  You don't want this webservice to be accessed publicly.  There may be other better and more secure methods.
	- username, password - This is for the Local User Account above


3) Run 'integration.orbis.getAvailablePayMethods' Endpoint to ensure it is working ok.


4) Assuming the config contains the correct data, you can run 'integration.orbis.personAccountRequest' and test it with a valid ORBIS council tax pin number.  If successful, council tax accounts for that PIN will be returned.


