0

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 ?

1 Answers1

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