which is the best framework for implementing and defining a SOAP web service with Java? Is it JAX WS
?
Basically, I want to send a business report (based on XML) from the client to the server. The server validates this report and sends back a status report that the client can evaluate.
I think that SOAP is the way to go since it's an established standard in computer to computer communication.
Thanks for suggestions!
Marco