Guest User

Untitled

a guest
Jul 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @RequestWrapper(localName = "test", targetNamespace = "xyz",className = "xyz.test")
  2. @WebMethod(operationName = "test", action = "xyz/test")
  3. @ResponseWrapper(localName = "testResponse", targetNamespace = "xyz", className ="xyz.testResponse")
  4. public void test(
  5. //parameters goes here
  6. );
Add Comment
Please, Sign In to add comment