Hello,
I need to access a soap web service on a remote software
I have a Java 8 server that needs to access it
I have the following code but I dont know if it works

URL url = new URL(service);...