I have a program which creates multiple threads. Each thread sends a WebService request.

What I am finding using sniffer is that even if I have 10 threads sending request, all requests are sent from one or two ports. I would like to have each thread use different port to send the WebService request.

Is there any ways to accomplish this?

Thank you for help.