Commit daa54adb by Patryk Czarnik

MTOM

parent c1d98642
......@@ -6,6 +6,7 @@ import java.util.List;
import jakarta.jws.WebParam;
import jakarta.jws.WebResult;
import jakarta.jws.WebService;
import jakarta.xml.ws.soap.MTOM;
import sklep.db.CustomerDAO;
import sklep.db.DBConnection;
import sklep.db.DBException;
......@@ -17,6 +18,7 @@ import sklep.model.Order;
import sklep.model.Product;
@WebService
@MTOM
public class Sklep {
@WebResult(name="product")
......
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