php grab data from web services and output to xml file

ReuttLotchuts

New Member
I currently build a xml file need for search engine, I had already done the structured output of xml hierarchical with sample database in local, thanks to stackoverflow with xmlwriter for tutor. But in real time, I cannot connect to database directly as for certain security issues in partner's side, thus use web service is the way, how can I use web service connect to mysql database? like what I usually use \[code\]mysql_fetch_array\[/code\] to fetch data and use in generate xml file.This is my first time to use soap to built web service, I do not know to use it well.Thanks
 
Back
Top