Best method to link .Net function via php
2 answers
Pretty prana ... NET makes it easy to create WSDL-based web services that PHP can easily interact with. In my experience, you can dodge using a DLL if possible - this will block your application from running in IIS, a bit of a nasty surprise and a rewrite if you ever need to switch your PHP application to a nix based server setup.
However, depending on your needs, you may not need / need to call it with jQuery. PHP has more than adequate SOAP functionality built into the core.
0
a source to share