29 Mayıs 2018 Salı

JAX-WS Endpoint Sınıfı

create metodu
Şöyle yaparız.
Endpoint endpoint = Endpoint.create(SOAPBinding.SOAP12HTTP_BINDING );
endpoint.publish("http://1.1.1.1:80/test1", test1);
endpoint.publish("http://1.1.1.1:80/test2", test2);

Hiç yorum yok:

Yorum Gönder