Please help me understand what you mean by "bind to the WebService directly"? Normally, you'll make a call on a web service method and it will return data and you bind to that data. You can pass a DataSet back from your web service if you want to use DataSet binding - however, this is not required in order to get your WebService to work with data binding.
Joe