I have website build using python and I want to connect with point of sell in the client side there is any way to send data and get result from windows service or any other way ?
Asked
Active
Viewed 985 times
0
-
I asked for communication way between javascript and windows service or any thing like this – Faten Elhariry Oct 21 '18 at 19:53
1 Answers
0
You can create and send an HTTP/HTTPS request according to the configuration and specification of the WCF of the service you want to use.
WCF and Python
How to post complex type to WCF using Python's requests?
However, it may not be possible.
WCF with netTcpBinding + cPython
Please start with obtaining service specifications.

kunif
- 4,060
- 2
- 10
- 30