Answer the question
In order to leave comments, you need to log in
How to get access to processing in 1C Enterprise 8.2 Alfa-Auto from PHP?
There is an auto parts
store that uses this solution: rarus.ru/1c-auto/alfa-avto-avtosalon-avtoservis-av...
button Search, a list of spare parts available from suppliers will be displayed. The search should be carried out according to the price lists loaded in 1C. Or access this processing through a web service:
And in response, receive XML or a list of found goods with a final price, delivery. To display in a table on the site.
How can such a thing be implemented? In which direction to dig, perhaps there are links to implementation examples. I would be glad for any information! I have about 5 years of programming experience in PHP, but I don’t understand 1C well.
Answer the question
In order to leave comments, you need to log in
Look at the side of web services in 1C. SOAP, or, if the platform is the latest, then REST.
This is the most normal, convenient and easily extensible way. There are other options to use a COM connection, or regular data exchange between 1C and the database with which your site works. You can also climb directly into the 1C database for data, but it’s better not to.
The network has lessons on creating web services in 1C
And purely towards a DB looked? To pull the necessary infa from a DB directly?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question