Skip to content

Instantly share code, notes, and snippets.

@lahirue
Created October 21, 2015 05:58
Show Gist options
  • Save lahirue/8a36f0648ee858efa24a to your computer and use it in GitHub Desktop.
Save lahirue/8a36f0648ee858efa24a to your computer and use it in GitHub Desktop.
Axis2 Samples
package org.wso2;
public class MyTest1 {
public int getMyValues(int x){
return x*3;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment