You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/06/08 18:31:08 UTC

cvs commit: ws-juddi/webapp/console controller.jsp

sviens      2005/06/08 09:31:08

  Modified:    webapp/console controller.jsp
  Log:
  Added SOAPAction HTTP header to the HTTP request
  
  Revision  Changes    Path
  1.6       +1 -0      ws-juddi/webapp/console/controller.jsp
  
  Index: controller.jsp
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/console/controller.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- controller.jsp	13 Mar 2005 05:20:26 -0000	1.5
  +++ controller.jsp	8 Jun 2005 16:31:08 -0000	1.6
  @@ -104,6 +104,7 @@
         // Create HTTP Connection
         URLConnection connection = targetURL.openConnection();
         connection.setDoOutput(true);
  +      connection.setRequestProperty("SOAPAction","");
         PrintWriter writer = new PrintWriter(connection.getOutputStream());
   
         // Send the HTTP Request
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org