BloggingAbout.NET
Thoughts of developers
Sign in
|
Join
|
Help
Home
Blogs
Media
Jeffrey Chilberto
»
All Tags
»
Sharepoint
(
RSS
)
Browse by Tags
Jeffrey Chilberto
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
SharePoint: Lists.asmx integration and Schema reference “” is not a valid reference
Calling SharePoint Lists.asmx via BizTalk
Sharepoint Lists.asmx UpdateListItems: Root Folder
BizTalk Map: Choice Element
Sharepoint WSS: 0x81020014 Error Code
Tags
Architecture
ASP.Net
Azure
BAM
BizTalk
BRE
Business Rules Engine
Education
Enterprise Library
Error
Error IIS ASP.Net
Game
IIS
Oracle LOB Adapter
PDC2008
Policy Injection
Sharepoint
SOA Architecture
Test Harness
Tips
Training
Visual Studio 2005
WCF
Webcasts
Workflow
View more
News
Currently working with WCF, BizTalk, Enterprise Library, LOB Adapters for Oracle, BAM
Archives
February 2013 (1)
December 2011 (1)
February 2011 (1)
January 2011 (2)
November 2010 (1)
October 2010 (2)
November 2009 (3)
July 2009 (1)
April 2009 (1)
February 2009 (3)
January 2009 (1)
December 2008 (2)
November 2008 (4)
October 2008 (1)
August 2008 (2)
July 2008 (1)
June 2008 (1)
March 2008 (2)
February 2008 (5)
January 2008 (1)
December 2007 (1)
November 2007 (2)
October 2007 (2)
September 2007 (2)
August 2007 (2)
July 2007 (2)
June 2007 (2)
BizTalk
Error
Visual Studio 2005
WCF
SharePoint: Lists.asmx integration and Schema reference “” is not a valid reference
BizTalk integration with SharePoint is … interesting. Using the Add Generated Items… Consume WCF service might result in a proxy that will not build due to a bad reference. The proxy file Lists_schemas_microsoft_com_sharepoint_soap.xsd contains...
Published
Wed, Oct 20 2010 2:03 PM
by
chilberto
Filed under:
Error
,
WCF
,
BizTalk
,
Sharepoint
Calling SharePoint Lists.asmx via BizTalk
Just some notes on connecting BizTalk to SharePoint’s /_vti_bin/lists.asmx">http://<site>/_vti_bin/lists.asmx webservice. After using Add Generated Items –> Consume WCF Service to create the proxy and binding you might find...
Published
Wed, Oct 13 2010 11:01 AM
by
chilberto
Filed under:
Error
,
WCF
,
BizTalk
,
Sharepoint
Sharepoint Lists.asmx UpdateListItems: Root Folder
The RootFolder attribute on the Batch element controls the folder of the item. This can be used to access a sub-folder. The structure is Lists/ list/folder where folder is optional. For example, if the list being updated is Contacts and there are two...
Published
Fri, Mar 14 2008 10:53 AM
by
chilberto
Filed under:
Sharepoint
BizTalk Map: Choice Element
In my schema file, I have a choice element that only contains a single child element. For example: The above example is actually a crude schema of the where clause of a Sharepoint call to Lists.asmx where in the case I have only 1 item, I want to send...
Published
Thu, Feb 28 2008 9:01 AM
by
chilberto
Filed under:
BizTalk
,
Sharepoint
Sharepoint WSS: 0x81020014 Error Code
When updating (new and update) list items to the Lists.asmx sharepoint service, I received the following error: 0x81020014 One or more field types are not installed properly. Go to the list settings page to delete these fields. The resolution of the error...
Published
Wed, Feb 27 2008 7:52 AM
by
chilberto
Filed under:
Error
,
Sharepoint
Where, oh where has my Sharepoint feature gone...
Yes, another newbie to Sharepoint post; but it may help the others out there who are working through labs and exercises and not getting the "expected" results. If after you have deployed your new feature (e.g., workflow, web part, etc) you do...
Published
Thu, Feb 21 2008 1:01 PM
by
chilberto
Filed under:
Sharepoint
WSS 3.0: Getting Started with WebParts
The following are some notes on getting the Creating a Windows SharePoint Services 3.0 Web Part Using Visual Studio 2005 Extensions of the SDK to work. No SharePoint Site exists at the specified URL In the Visual Studio Project Properties, the Debug section...
Published
Tue, Feb 19 2008 12:20 PM
by
chilberto
Filed under:
Visual Studio 2005
,
Sharepoint
Copyright © 2003-2010 BloggingAbout.NET