0

Well, the title is self descriptive, but here's my issue again:

I have a SharePoint Online which I've managed attach some event receiver to one of it's list, now after this is successfully done, i need to call an external web service (WCF) from that event receiver but i can't (I get "No endpoints were found for serivce . . .")

Does anyone know how to do this.

I'm pretty new to SPO, so any help would be appreciated.

Thank you.

Best regards.


Edit: The solution is not Provider-hosted, it's a SharePoint App and as for the WCF service it is hosted on some public server of our's (Not SharePoint hosted)

Shadi Mahasneh
  • 155
  • 2
  • 11
  • @Andrew i saw from your question [azure - Remote event receiver authentication](http://stackoverflow.com/questions/32458991/remote-event-receiver-authentication/37798438?noredirect=1#comment63063092_37798438) that you might know how could this be done, can you help please, would really appreciate it. – Shadi Mahasneh Jun 13 '16 at 20:33

1 Answers1

0

How did you manage to attach the event receiver? If by Provider-hosted Add-in - are you developing it locally? Because you can use Azure Service Bus as an endpoint (as described) to debug the remote event receiver.

I suggest that this will help you with the WCF service too.

m3n7alsnak3
  • 3,026
  • 1
  • 15
  • 24