197198199200201202203
public void postSolution(JaxbSolution input) throws GeneralServerException { } @WebMethod public JaxbSolution getSolution(String id) throws GeneralServerException { return new JaxbSolution(); }
213214215216217218219
public void postSolution(@WebParam(name = "solution") JaxbSolution input) throws GeneralServerException { } @WebMethod public JaxbSolution getSolution(@WebParam(name = "solutionId") String solutionId) throws GeneralServerException { return new JaxbSolution(); }