Thanks for the reply. Actually, I was referring specifically to POST. Even the Google API FAQ mentions that proxies may have issues with SOAP requests. http://www.google.com/apis/api_faq.html#tech9...
Type: Posts; User: dkar77; Keyword(s):
Thanks for the reply. Actually, I was referring specifically to POST. Even the Google API FAQ mentions that proxies may have issues with SOAP requests. http://www.google.com/apis/api_faq.html#tech9...
Hi,
I am designing a thick client application that needs to do some simple remoting against a spring-enabled web application. One of the requirements for the client is to support forwarding...
I found the problem. I wasn't implementing a writer on my servlet response wrapper.. doh!
public class MyHttpServletResponseWrapper extends HttpServletResponseWrapper {
public...
Hi,
I am having problems invoking a JSP from inside a controller and then using the resulting markup of that JSP for another operation inside the same controller. Here are the details and my...