Hi Ram,
If you want to do that you can use the concept of WorkItemHandler to do the web service call.
There is a generic WorkItemHandler to call web services, but I strongly recommend you to read the documentation and try to implement a simple WorkItemHandler that uses an Stub of your web service to interact.
Cheers