Link to home
Start Free TrialLog in
Avatar of intazaar
intazaar

asked on

using php to get information from XML web services in an API server

how can i get information from XML web services in an API server using php

ASKER CERTIFIED SOLUTION
Avatar of soapergem
soapergem
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Roonaan
In php4 you can also use the xml_unserialize by Keith Devens. It converts an xml message into an array and vice versa.

-r-