The Lanham Factor

Balancing the Technology-Business Equation

  Home  |   Contact  |   Syndication    |   Login
  134 Posts | 2 Stories | 130 Comments | 106 Trackbacks

News

Twitter












Article Categories

Archives

Post Categories

Image Galleries

BLOGS

Companies

My Articles

September 2008 Entries

So it's been a while since my last post. I've actually had a lot going on. In the month of September I... Resigned from Foot Levelers full time. Resumed my own company full time. Moved to a new rental. Bought a car. (Hopefully) selling a car. One of my previous clients provided an opportunity I simply couldn't pass. I broke the van (transmission) and was in the market anyway so decided to land a new ride. And the rental? Well I had been slowly working on moving for months. First I went to a six month...

*** NEVERMIND...I FOUND THE PROBLEM. *** I was ignoring one simple line of code. I am attempting to programmatically add an attachment to a SharePoint list using the Lists Web services API. Here is the algorithm I am following: 1) Created list item using CAML. The item ID is returned. 2) Using the returned item ID from #1, call the "AddAttachment" method to add an attachment. 3) Receive "401: Unauthorized" error. I tried adding the same attachment to list manually using the same credentials and it...