MentalWealth Posted March 24, 2006 Share Posted March 24, 2006 Hi all,does anyone know what medium i can use to get data passing to and fro, from a PHP web service, to an ASP web service? eg, xmlhttp, ajax etc.......what technology can be used to talk to them both?, or what can i do to make this happen?basicly, i will be implementing a 'property' service. This service (in php) will allow browsing of property data. Other users must also be able to access and implement my data, connecting via xmlhttp (AS THEY ARE USING asp.net). I must also implement other peoples services (eg weather info service, news service etc), by connecting to their ASP services from my PHP service.so what can i use to get this to happen? ASP uses xmlhttp, but PHP uses SOAP and ajax etc........ i may be missing something, so if someone could let me know i would be much obliged.hope i explained my problem ok.regardsMW Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted March 24, 2006 Share Posted March 24, 2006 [!--quoteo(post=357955:date=Mar 24 2006, 04:23 PM:name=MentalWealth)--][div class=\'quotetop\']QUOTE(MentalWealth @ Mar 24 2006, 04:23 PM) [snapback]357955[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi all,does anyone know what medium i can use to get data passing to and fro, from a PHP web service, to an ASP web service? eg, xmlhttp, ajax etc.......what technology can be used to talk to them both?, or what can i do to make this happen?basicly, i will be implementing a 'property' service. This service (in php) will allow browsing of property data. Other users must also be able to access and implement my data, connecting via xmlhttp (AS THEY ARE USING asp.net). I must also implement other peoples services (eg weather info service, news service etc), by connecting to their ASP services from my PHP service.so what can i use to get this to happen? ASP uses xmlhttp, but PHP uses SOAP and ajax etc........ i may be missing something, so if someone could let me know i would be much obliged.hope i explained my problem ok.regardsMW[/quote]the only way i can think of to get a php and asp script to 'talk' to eachother is via URL parameters. i don't know what asp's equivalent of $_GET is though. Quote Link to comment Share on other sites More sharing options...
MentalWealth Posted March 24, 2006 Author Share Posted March 24, 2006 ok thanks. any other ideas? Quote Link to comment Share on other sites More sharing options...
emehrkay Posted March 24, 2006 Share Posted March 24, 2006 [!--quoteo(post=357972:date=Mar 24 2006, 12:10 PM:name=redbullmarky)--][div class=\'quotetop\']QUOTE(redbullmarky @ Mar 24 2006, 12:10 PM) [snapback]357972[/snapback][/div][div class=\'quotemain\'][!--quotec--]the only way i can think of to get a php and asp script to 'talk' to eachother is via URL parameters. i don't know what asp's equivalent of $_GET is though.[/quote]querystring() in asp Quote Link to comment Share on other sites More sharing options...
Barand Posted March 25, 2006 Share Posted March 25, 2006 xmlhttp should work fine. PHP can use that too, it isn't limited to ASP.[a href=\"http://members.aol.com/barryaandrew/xmlhttp/article.html\" target=\"_blank\"]xmlhttp article[/a] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.