Jump to content

PHP data to ASP.NET, and vice versa


MentalWealth

Recommended Posts

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.

regards

MW
Link to comment
https://forums.phpfreaks.com/topic/5695-php-data-to-aspnet-and-vice-versa/
Share on other sites

[!--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.

regards

MW
[/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.
[!--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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.