esercizi webservices wsdl
This commit is contained in:
12
test5_ws/ObjectToPass.java
Normal file
12
test5_ws/ObjectToPass.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package test5_ws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
/**
|
||||
* Created by Giovanni on 12/06/2015.
|
||||
*/
|
||||
@XmlRootElement
|
||||
public class ObjectToPass {
|
||||
public String message = "def";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user