Create list item in another web application

  • 30 September 2016
  • 2 replies
  • 2 views

Badge +1

Hi

I have to Site Collections (http://A on web application 1 and http://B on web application 2)

I am trying to create a simple workflow on http://A using "Create item in another site". But I get the following error "Create Site Specific Item Activity Unable to find list to create an item in." when the workflow runs

What am I doing wrong?

Regards Rico


2 replies

Userlevel 6
Badge +13

This is cross domain scripting. To do this you'll either need to enable cross domain scripting in the web.config (not recommended) or use CORS. Either way you'll need to use a web service to do this.

Badge +1

Hi Ryan

Thanks for your response

Regards Rico

Reply