Hi,
My requirement is as follows. I have two
servlet based web applications A and B. From the application A business delegate class, i have to call a servlet in application B, get the data.
I thought i would be able to do this via URLConnection. Following is the code snippet, but the call to servletB is not happening
Am i doing something wrong here ? If yes, please let me know the approach how this can be accomplished.
Thank you all for your time