Sharepoint
-
Basically, if you call
GetListItems
webmethod you may pass an XmlNode which represents a CAML. For a sample, have a look at: http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx[^] CalinThanks.... Is there any need to download templete for visual studio to write this code...?
-
Thanks.... Is there any need to download templete for visual studio to write this code...?
You don't need a special template for that. Just add a reference to the webservice. Calin
modified on Wednesday, March 11, 2009 1:47 PM
-
You don't need a special template for that. Just add a reference to the webservice. Calin
modified on Wednesday, March 11, 2009 1:47 PM
just now i type in explorer..... http://servername//\_vit\_bin/list.asmx is give error that thie site blocked by administrator whats the actual problem? and the for writing that code i select empty project templet?
-
just now i type in explorer..... http://servername//\_vit\_bin/list.asmx is give error that thie site blocked by administrator whats the actual problem? and the for writing that code i select empty project templet?
You may create a Win app, Console, Web app,... Calin
-
You may create a Win app, Console, Web app,... Calin
if i type in explorer.. http://servername/\_vit\_bin/list.asmx Error:The file your attempting to save or retrieve has been blocked from this web site by the server administrator. how i resolve this problem..?
-
if i type in explorer.. http://servername/\_vit\_bin/list.asmx Error:The file your attempting to save or retrieve has been blocked from this web site by the server administrator. how i resolve this problem..?
try
Lists.asmx
-
try
Lists.asmx
-
try
Lists.asmx
again getting same error.....
-
oh! now i get.......ok 1st about me... I am final year computer engineering student. before 7 month i across the name of this softwares Sharepoint and Biztalk. I install both software successfully. And learn lot of things in it. I eared in this forum that integration between those is possible..so i decide to do this Its not any homework its my intrest to do... i am totally beginner in this field... and here no one know about this software name also... its my details...i need one teacher or friend who teach or direst me further things.... in programming laguage... I want to use sharepoint web service call for list.asmx and run caml query on it....
-
When i click to Blocked File types it shows as Unknow error.. What the prox..?
-
ok...i resolve that problem... Now i want to retrieve the sharpoint contact list by using C# VS08...? Can i create blank solution or console solution..? Any sample code avalable for reference..?