Connect web form to a web service with security

Solution:

If the web service is configured to use https then any data sent to it would be encrypted.

You will want to make sure any requests to the web service only come from authenticated users, though. If the user is authenticated to the WordPress site, are you using cookies or a session id that the web service can also use to authenticate the user