webservices - which classes?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Georg

    webservices - which classes?

    Hi,

    I'm going to implement some webservices (both client and server side).
    However, I'm not sure which classes / approach can be recommended. In PEAR
    there are some webservice-classes for eBay, Amazon etc. which is not what I
    want. There is furthermore an XML-RPC API. Maybe this one?
    Apart from that, I found this package:


    which is still in alpha status.

    Do you have a recommendation for me?

    --
    Kind regards
    Georg
  • Sjoerd

    #2
    Re: webservices - which classes?


    Georg wrote:[color=blue]
    > I'm going to implement some webservices (both client and server side).[/color]

    You can use SOAP, which comes with PHP5. In PHP4, you can use NuSoap.

    Comment

    Working...