How do i make a XML call in PHP?
- by streetparade
I want to use an API.
I need to make a call, to a webservice.
Can be that done with xmlrpc?
Here is the url
http://{billomatID}.billomat.net/api/{ressource}[/{id}][/{methode}
How can i make a request to the above url?