Tagged Questions
0
votes
1answer
81 views
Pass an SPListItem into an external web service as a parameter?
Can you pass an SPListItem object as a parameter into a custom [WebMethod] deployed into SharePoint? I understand that it would be essentially disconnected from the the SharePoint context if it was, ...
1
vote
2answers
172 views
Installing a custom webservice
I am trying to install some (old) bespoke software which contains Sharepoint webservices. Unfortunatly I don't have the documentation for this software, if there ever was any.
I have been reading up ...
2
votes
2answers
541 views
External XML web services, not valid?
I'm trying to connect data from Exchange 2010 to a SharePoint site through SharePoint designer, using the ASMX web services Exchange 2010 exposed as a Web Service data source.
I've already verified ...
2
votes
2answers
921 views
Custom WCF service - namespace location problem
I created a custom web service in my sharepoint using CSKDev template. Everything looks good when I'm testing my service locally. But problems came up when I decided to test it on our sample farm with ...
2
votes
1answer
734 views
Anonymous access to WSDL of custom web service
I developed and deployed a custom web service to "layouts" folder.
I can call it without problems from a .net application with NTLM validation.
But I need call it from a java application with ...
1
vote
1answer
1k views
WSDL and DISCO file from webservice
Not so long ago, I've tried creating a webservice for sharepoint.
I followed this tutorial. In this tutorial you can see that you also need to
create a wsdl and disco file. I didn't do this, and ...
2
votes
2answers
823 views
Custom Web Service in vti_bin folder does not show Service description
I've used the Walkthrough: Creating a Custom ASP.NET Web Service from MSDN to create my cusom WCF Service and deploy to my Sharepoint 2010 server.
http://myserver/_vti_bin/randomchatwebservice.asmx ...
3
votes
2answers
934 views
Can I access the service definition for the web service for a specific SharePoint list?
I have a problem accessing the web service ?wsdl for SharePoint lists, although I can see the list of operations.
For example, for the following URLS:
http://team/sites/test/_vti_bin/Lists.asmx - ...
10
votes
2answers
3k views
Best practice for developing a WebService in SharePoint?
I've followed the following steps to build a WebService in SharePoint:
Created a new project using WSPBuilder.
Added a 'WebService' (Add a new web service to the layouts folder)
Do a WSBBuilder ...