Sharepoint 2010 Forum

 
Home » Forum » Sharepoint 2010       Ask a questionRSS Feeds

Help with Webservices

  Date: Oct 14, 2011      Category: Sharepoint 2010      Views: 56
 

I need help regarding Web services. I got data in SOAPUI and I need to get the
data into Sharepoint 2010 Lists. Can someone help me out with it?

Tagged:      

 

3 Answers Found

 
Answer #1       Answered On: Oct 14, 2011       

Please be more specific. You can even build custom web parts to achieve
this or use OOTB BCS web parts.

 
Answer #2       Answered On: Oct 14, 2011       

Thanks for reply. Do u have any code fot that.

 
Answer #3       Answered On: Oct 14, 2011       

In your web part, add a Service Reference (proxy) first. Then copy the
Service Configuration Entries from the generated config and put them in your
SharePoint Web Application's web.config. Create an instance of the proxy in
your web part class's method and invoke the method as you would do normally.
You may have to wrap your service call within
SPSecurity.RunWithElevatedPrivileges to circumvent any security issues. Hope
this helps. If you need more help, please provide more details about the web
service (WCF Service) and feel free to reach out.

 
Didn't find what you were looking for? Find more on Help with Webservices Or get search suggestion and latest updates.


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