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
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.
Link to comment
Share on other sites

[!--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
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.