Category Archives: Sharepoint 2007

Calling a SAP PI Web Service (using WCF bindings) from a SharePoint 2007 Workflow

There are 2 rules when calling a SAP PI web service from a SharePoint workflow: You have to use custom bindings to get authentication to work. After you’ve added your web service via the "Add Service" dialog, you have to … Continue reading

Posted in SAP, SharePoint, Sharepoint 2007 | Tagged | Leave a comment

How to find GUID of SharePoint List?

Go to respective List – >Click on Settings Menu – > Click on List Settings Link- > click on “Audience targeting settings” link under General Settings. -> Checked "Enable audience targeting -> Ok button. Now, we are in Audience targeting … Continue reading

Posted in SharePoint, Sharepoint 2007 | Tagged | Leave a comment

How to deploy Sharepoint 2007 Build?

Add solution in Sharepoint C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN stsadm -o addsolution -filename "[path:\\file.wsp]"   Delete solution C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN stsadm -o deletesolution -name "file.wsp"   Execute solution C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN stsadm -o … Continue reading

Posted in Sharepoint 2007 | Tagged , , , , | Leave a comment

Introduce WSPBuilder

Create a SharePoint solution manually is a pain for developer, don’t you agree? Nowadays, there are tools that able to help you perform to create a SharePoint solution. One of the tools that I currently use is WSPBuilder(SharePoint WSP tool). … Continue reading

Posted in Sharepoint 2007 | Tagged , | Leave a comment