<div>Hi All,</div>
<div> </div>
<div>I am using a jsp <strong>abc.jsp</strong> for sending SOAP request to a server. The abc.jsp works fine and I am able to get the response .</div>
<div>Then I created a template <strong>myTemplate.jsp</strong> and included abc.jsp in the head element.</div>
<div>Then I mapped myTemplate to a page <strong>myPage.jsp</strong> in my site and included the head element using the tag:</div>
<div> </div>
<div><cms:include property="template" element="head" /></div>
<div> </div>
<div>Then when I try to send the request using abc.jsp it gives me the following error.</div>
<div> </div>
<div>"<strong><font color="#ff0000">(400)Bad Request ( The HTTP request includes a non-supported header.)</font></strong>"</div>
<div> </div>
<div>abc.jsp works fine as a standalone jsp but when it is included in the template head then it gives the above error.</div>
<div> </div>
<div>If anyone has any idea then please let me know.</div>
<div> </div>
<div>Thanks in advance.</div>
<div>Nirma Prasad</div>