JAX-WS + (Tomcat - )
@WebService(targetNamespace = "http://affinity.foo.com", name="RewardsStatus")
@SOAPBinding(style=SOAPBinding.Style.RPC, use=SOAPBinding.Use.LITERAL)
public interface RewardsStatusIF {
@WebMethod(operationName="GetLastNotificationDate", action="urn:GetLastNotificationDate")
@WebResult(name="return")
public Date getLastNotificationDate() throws AffinityException;
...
. JAX-WS Java-. ( ),
.