I wrote a web service in spring. When I send a soap envelope to it I get a response. Now I need to write some client - front end for this application which creates this soap envelope sends it to this endpoint and processes the response. Can you help me? Where should I start?
UPDATE:
I forgot to write here that I would like to have a web page where there will be some button "send" which creates a soap envelope with parameters and sends them to the endpoint.