Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Using webservices in webparts

  Asked By: Abhishek Bapat         Date: Aug 04, 2009      Category: Sharepoint      Views: 187
 

Is it possible? How?
I'm going to try using the webservice behaviour but I would like to know if
there is a more efficient way?

Tagged:        

 

5 Answers Found

 
Answer #1       Answered By: Gabrielle Welch          Answered On: Aug 04, 2009       

is it possible to use C# or asp .net web service in webpart is share
point support this services.

 
Answer #2       Answered By: Janessa Riggs          Answered On: Aug 04, 2009       

I have not started any development yet but it should be possible to consume
webservice  in a webpart by using the XMLHTTPRequest or (maybe) by using
the webservice.htc.

 
Answer #3       Answered By: Nisha Gadre          Answered On: Aug 04, 2009       

It is possible to use a web services in a web part. IF you have a web
service returning XML

One easy way to do so is to create a new web part
- Set the type of content to XML
- insert the URL of the web services to Get content from the following link
- Check Use XSL to transform content
- Enter the XSLT transormation code

I can email whoever is intererested a stock quote web part that shows this
example

 
Answer #4       Answered By: Chirag Gupte          Answered On: Aug 04, 2009       

Thanks for good advice, I will try this, it will also
really helpful for me if u send me stock quote web
part sample, I am also working on this if I will find
something new so I will let u know.

 
Answer #5       Answered By: Vivek Patel          Answered On: Aug 04, 2009       

I also am very interested in seeing your stock quote web part... Could you
send it?

 
Didn't find what you were looking for? Find more on Using webservices in webparts Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].