web services - SOAP Webservice with Java - Framework? -


which best framework implementing , defining soap web service java? jax ws?

basically, want send business report (based on xml) client server. server validates report , sends status report client can evaluate.

i think soap way go since it's established standard in computer computer communication.

thanks suggestions!

marco

if want start java code, jax-ws established standard (possible enhanced through apache cxf or axis 2)

if want start xml, use spring web services

(see why contract first discussion of difference)


Comments