Posts by Zinid • 3 points
1 post
-
0
votes1
answer115
viewsQ: I am unable to access a Webservice written in C#, from Java
I have a Webservice written C# and need to connect to it from Java to invoke some methods. It is possible? import java.net.MalformedURLException; import java.net.URL; import java.util.logging.Level;…