If you already have the service implemented as web service then it makes sense to use the service task and just all it from whitin the process. If you consider implementing the web service from scratch maybe you can consider using domain specific service in jbpm that allows you to encapsulate given logic in process task. See details here
HTH