cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume Sharepoint web services in SMP 2.3?

Former Member
0 Kudos

Hi,

I want to create jQuery Mobile application in which i want to call Sharepoint (SOAP) web services like (getListCollection, getListItems etc) through

SMP 2.3 Can any one tell me in detail how to consume Sharepoint web services in SMP 2.3 so that i can use data in my jQuery Mobile Application?

For example my web service is http://xxxxx:xx/___/Lists.asmx?op=GetListItems

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Lets hear from &

Rgrds,

JK

Virinchy
Active Contributor
0 Kudos

Hi Harshada,


Any good reasons to integrate Share point Jquery mobile application with SMP ?

because Share point web services can be consumed directly in the Jquery mobile applications.

Please look at the below examples to achieve it.

Sample Codes :

Read List Items using Sharepoint Web Services and jQuery | Robert Kuzma on SharePoint,  HTML, CSS &a...

Pro-Grammar: Calling the SharePoint 2010 GetListItems web services with Jquery

javascript - Getting list data from SharePoint 2010 site using Jquery - Stack Overflow

-Virinchy

Former Member
0 Kudos

Hi Virinchy,

I have already done with the direct approach using Jquery and it is working fine.

Now i want to try with SMP 2.3 approach because of client requirement.

Former Member
0 Kudos

If you simply want to proxy your SharePoint web services through SUP, you may wish to consider the Proxy Connection.  In this case, the server acts only as a proxy to the web services, although you may choose to add an additional layer of application registration and authentication in front before going through the proxy.  Then your jQuery code would need to be modified to point to the web services exposed by SUP. 

Request URL Format

You'll need 2.3 SP04 PL01 for the server runtime.

Thanks,

Andrew.