esercizi webservices wsdl
This commit is contained in:
11
test5_ws/HelloWorldInterface.java
Normal file
11
test5_ws/HelloWorldInterface.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package test5_ws;
|
||||
|
||||
import javax.jws.WebService;
|
||||
|
||||
/**
|
||||
* Created by Giovanni on 12/06/2015.
|
||||
*/
|
||||
@WebService
|
||||
public interface HelloWorldInterface {
|
||||
ObjectToPass modifymessage(ObjectToPass o);
|
||||
}
|
||||
Reference in New Issue
Block a user