Depends on the type of webservice.
FuelPHP has a Rest_Controller, that you can use to extend and build your own RESTful web services. The Request class has the option to forge a CURL driver instance to connect to anything HTTP, or a SOAP driver instance to connect to a SOAP service.
Both are quite new, and not documented yet as far as I can see...