
i have a web service developed with PHP bith (client and server ) using nSoap Libraries .. i required to connect the web services sever to a C# winforms app to do the processing of the data which come to the server .. is it possible to do ?
connect to a web-service as a client in C# is fine but interconnect with the web service server ?
PHP web service should consume the C# win forms app features !
used a
SOAPto solve this issue