A
A
Alexander Borisovich2013-01-09 11:33:15
PHP
Alexander Borisovich, 2013-01-09 11:33:15

How to communicate with the service in windows through php?

We have a service (c# 3.5) on our Windows server that hangs in processes; there is also a project written in php. There was a need, php-th to constantly communicate with the service. What is the best way to do this?
Two platforms inside the operating system.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
KEKSOV, 2013-01-09
@KEKSOV

If it's just GET with parameters, then the usual fopen will do, if something more complicated, then curl or SOAP

N
numitus, 2013-01-10
@numitus

Write an intermediate application. php will execute it passing the data as command line options. And to receive data through the command line.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question