How do i make a XML call in PHP?
        Posted  
        
            by streetparade
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by streetparade
        
        
        
        Published on 2010-03-22T20:19:49Z
        Indexed on 
            2010/03/22
            20:21 UTC
        
        
        Read the original article
        Hit count: 369
        
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?
© Stack Overflow or respective owner