The web service could be a SOAP asmx or a WCF Service. Assumption here is that the IIS on Windows is serving the web-service and Apache on Linux with PHP 5.3 consuming it.
Asked
Active
Viewed 1,264 times
1
-
3This is probably a question for [SO](http://stackoverflow.com/) – Michael Mrozek Aug 19 '10 at 18:01
-
yes, this is a programming question – BlackTigerX Aug 19 '10 at 19:47
-
should we delete the question? – James Aug 19 '10 at 21:42
1 Answers
2
The hosting system should not matter, calling a web service is the same (in fact, that's one of the points of setting up a web service).
PHP has built in SOAP objects (Manual Entry for it). Those should be able to access it without any issue.
HerbN
- 136
- 3