June 2017
Intermediate to advanced
304 pages
7h 12m
English
To build a JAX-WS-based SOAP web service, to perform the following coding steps:
//Remote Server Interface package jaxws.rpc; import javax.jws.WebMethod; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; import javax.jws.soap.SOAPBinding.Style; //Service End point Interface @WebService @SOAPBinding(style = Style.RPC) public interface ...Read now
Unlock full access