Quantcast
Channel: SharePoint (and Project Server) Shenanigans » jmcfarland86
Viewing all articles
Browse latest Browse all 17

SharePoint Designer 2013 workflow action “Call HTTP Web Service”

$
0
0

Part 1

In this first section we will start creating our SharePoint Designer 2013 workflow. Our focus here is the “Call HTTP Web Service” action. We will be using and Ebay web service for this example. The response from the web service is in JSON (See image below). The “Call HTTP Web Service” workflow action would be useless without the new “Dictionary” workflow action.

Part 2:

In this section we will be taking the workflow a bit further.

1. We will extract the “Title” and “DealURL” data from the JSON response.

2. We will then create and entry in the WebServiceList for each node in our JSON response ( 7 in total )

Reference:

http://blogs.msdn.com/b/sharepointdesigner/archive/2012/09/05/how-to-work-with-web-service-using-call-http-web-service-action.aspx



Viewing all articles
Browse latest Browse all 17

Trending Articles