tags:

views:

284

answers:

1

I need to make a little handler that takes some querystring data and formulates a post to the BaseCamp API with it. Problem is I am not exactly sure how this is done, how to I specify which URL it is going to, and where to I put the XML that I build (I have the XML built already). And then how to I 'press GO' ?

+1  A: 

Follow this example, it shows you how to post from ASP.NET, very straightforward.

CodeToGlory
yeah I was looking at that earlier, how do I attach the XML?
shogun