Forum Discussion
Awake Kapoor
Nov 28, 2016Copper Contributor
How to call external web service in SharePoint Framework Client web part (Modern web part)
I want to consume one external web service in modern web part using Typescript (SharePoint framework), i am using this.context.httpclient.get but its not working, kindly help me on this
Awake Kapoor
Nov 29, 2016Copper Contributor
Its REST based and providing response in JSON, but i dont know why $.getJSON is not working in my case, let me know if you have any other option
Anders Brunholm Sylvest
Nov 29, 2016Brass Contributor
You should check if the jQuery library is being loaded correctly.
Otherwise, paste the code trying to get the json-data here. :)