M
M
moon_and_altair2015-06-18 05:06:28
Node.js
moon_and_altair, 2015-06-18 05:06:28

How to connect node.js to 1C?

It is necessary to turn to wsdl, and get the data, how to do it all?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Prozorov, 2015-06-18
@moon_and_altair

I did it through SOAP (WSDL), and I acted as a SOAP server. 1C was a client and worked with me as with another 1C. The main problem with this approach is the actual generation of the wsdl file. But in the team, there was an intelligent 1C nickname, which implemented the interface of my SOAP service in 1C and then uploaded the wsdl file to me.
Module used: node-soap . The SoapUI utility is very useful in debugging.

V
Vitaly Sivkov, 2015-06-18
@Sivkoff

There are a lot of modules for working with wsdl: https://www.npmjs.com/search?q=wsdl
For example, this one or this one

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question