Commit e1180790 by Patryk Czarnik

hello soap

parent ae93a15c
package hello;
import jakarta.jws.WebService;
@WebService
public class PierwszySerwis {
public String powitaj(String imie) {
return "Witaj " + imie;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment