Skip to main content
Nintex Community Menu Bar

Request failed with status: Not Found. Call Web Service Action

  • February 4, 2015
  • 3 replies
  • 45 views

Forum|alt.badge.img+3

Hi,

Iam using SharePoint 2013 with Nintex Workflow 2013.

I am calling the below Web service using the call web service action and it throws me "Request failed with status: Not Found"

https://<SiteUrl>/_vti_bin/webs.asmx

But I am able to access the web service url in the browser.

Can somebody help me if there is any webapplication or site level setting to be done to make it work ?

Thanks,

Senthil Kumaresan

+91-91716-00230

3 replies

Forum|alt.badge.img+17
  • Nintex Partner
  • February 5, 2015

This looks like a duplicate post to your earlier one, but my response to it was:

It is possible you are doubling up on the protocol. The references may create a link like

https://https://mysiteurl/_vti_bin/webs.asmx

Try:

<siteurl>/_vti_bin/webs.asmx

You can test this using the Run Now feature when designing/configuring the action.


Forum|alt.badge.img+3
  • Author
  • February 5, 2015

I am not able to use the Runnow feature as it is not resolving. Even if I provide a direct url instead of the WebURL parameter, it throwed the same error.

Web Service Nintex Action.png


Forum|alt.badge.img+17
  • Nintex Partner
  • February 5, 2015

Do you have the option to delete this post? that way we wont confuse the two.

Thanks,