Sharepoint
-
oh! now i get.......k 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 leared 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 direct me further things.... in programming laguage... I want to use sharepoint web service call for list.asmx and run caml query on it.... how i do..you have any idea?
and once again: you won't find anybody here teaching you things bit by bit. get a book, read it, if you have a question, come back, and ask a question to a specific problem. ah, forget it. i am going home.
-
oh! now i get.......k 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 leared 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 direct me further things.... in programming laguage... I want to use sharepoint web service call for list.asmx and run caml query on it.... how i do..you have any idea?
Imagine that there is a man stood behind you. His eyes are crossed and he has a far away look. Maybe he forgot to take his medication. The medication that keeps him calm. Now picture that he is holding a meat cleaver that drips with blood, human blood. The blood of the last doofus-numb-brain who kept on and on and on and on about the same stoopid thing without realising how much of a Wuckfit he was. Now superimpose that person and my name. DO YOU UNDERSTAND OR SHALL I SPELL IT OUT?:mad:
Panic, Chaos, Destruction. My work here is done.
-
calling windows sharepoint web service for list.asmx.. how to run caml query on it?
modified on Wednesday, March 11, 2009 11:11 AM
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[^] Calin -
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..?