Consumming using win http serviceshttp://forums.asp.net/t/1793551.aspx/1?Consumming+using+win+http+servicesMon, 16 Apr 2012 23:35:33 -040017935514935581http://forums.asp.net/p/1793551/4935581.aspx/1?Consumming+using+win+http+servicesConsumming using win http services <p>I have clients who want to access a web service by sending a string&nbsp;using either win http services methods open &amp; send or the following code.&nbsp; What do I have to modify in my win api code to&nbsp; allow this functionality.&nbsp; In both cases the string is passed to the service by&nbsp;a send() or similar method.</p> <p>&nbsp;</p> <p>Client Code:</p> <p>vendorRequest = buildRequestXML();</p> <p>PrintWriter out = new PrintWriter(conn.getOutputStream());</p> <p>out.println(vendorRequest);</p> <p>out.close();</p> 2012-04-16T23:35:33-04:00