my problem is the following: When I test the access to a rest webservice with web browser the web service answers well, however when I make a call from a java web application deploy under weblogic server it does not work: for the java Client I use the following code:
URL obj = new URL (url); URLConnection con = (URLConnection) obj.openConnection ();
Someone can help me please : That it is the difference between the two methods of invocation?