Click to See Complete Forum and Search --> : How php handle XML response when 3rd party sends a XML request?


sunnyside
04-16-2007, 10:15 AM
My web application needs to interact with a 3rd party software. The way of communication is by sending XML file. To send from my website, it's OK. My question is how my application know there's a xml request sent from 3rd party. When 3rd party send a xml request to my website, how do I know that?

if you have any experience, can you give me some tips?

Thanks a lot!

sunnyside
04-16-2007, 11:48 AM
use SOAP?