Can php site connect to a .net webservice
-
Hi Guys, I was just wondering if it is possible that a php website can connect to a webservice created in .net3.5 Reason is that I create a webservice for a client, but the people who are going to be creating the front end/presentation layer is going to do it in php, will they be able to access and use the webservice or will only sites developed in .net be able to access the webservice? Thanks in advance
No matter how long he who laughs last laughs, he who laughs first has a head start!
-
Hi Guys, I was just wondering if it is possible that a php website can connect to a webservice created in .net3.5 Reason is that I create a webservice for a client, but the people who are going to be creating the front end/presentation layer is going to do it in php, will they be able to access and use the webservice or will only sites developed in .net be able to access the webservice? Thanks in advance
No matter how long he who laughs last laughs, he who laughs first has a head start!
JacquesDP wrote:
I was just wondering if it is possible that a php website can connect to a webservice created in .net3.5
A web service defines a contract for communication. The platform used to process that communication is irrelevant.
Man who stand on hill with mouth open wait long time for roast duck to drop in
-
Hi Guys, I was just wondering if it is possible that a php website can connect to a webservice created in .net3.5 Reason is that I create a webservice for a client, but the people who are going to be creating the front end/presentation layer is going to do it in php, will they be able to access and use the webservice or will only sites developed in .net be able to access the webservice? Thanks in advance
No matter how long he who laughs last laughs, he who laughs first has a head start!
Yes, it is possible. Web services use xml for data communication and xml is a device and platform independent medium for data communication. Fundamentally it is possible but practically I cannot show you the code as I don't know PHP. Regards Saanj
Either you love IT or leave IT...
-
Hi Guys, I was just wondering if it is possible that a php website can connect to a webservice created in .net3.5 Reason is that I create a webservice for a client, but the people who are going to be creating the front end/presentation layer is going to do it in php, will they be able to access and use the webservice or will only sites developed in .net be able to access the webservice? Thanks in advance
No matter how long he who laughs last laughs, he who laughs first has a head start!
Yes ! They can :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net
-
Yes, it is possible. Web services use xml for data communication and xml is a device and platform independent medium for data communication. Fundamentally it is possible but practically I cannot show you the code as I don't know PHP. Regards Saanj
Either you love IT or leave IT...