How does the system work
	- First you should register
	
 - Wait until your account is activated
	
 - Set your script for the integration with our system
 
By now our service supports data exporting via SOAP interface. The address of the web service is: 
http://visitexpo.ru/server_expo_new.php. The service supports two methods:
	- test (for testing of the connection to the service)
 
	- request_expo_list (exhibitions export)
 
	- request_expo (exhibition information export)
 
	It is necessary to send the array with the settings, the service will send you back the html-code then, which you can use on your website.
	
	More information of all the settings you can find here : technical documentation.
	
Download example on PHP
	
Download library NuSOAP (library for working with SOAP interface in PHP, adapted for working with Russian coding with original http://dietrich.ganx4.com/nusoap/)