Call Web Service action returning Internal Server Error

  • 7 December 2017
  • 3 replies
  • 4 views

Badge +9

Call Web Service action (any method) returning Internal Server Error (Nintex Workflow 2013-Enterprise,Version-3.2.4.0).

 211305_pastedImage_2.png  211306_pastedImage_3.png

Is there any settings/feature need to activate to work with it.?

Please help Vadim Tabakman‌ Marian Hatala


3 replies

Userlevel 5
Badge +14

error 500 usually means the request is not correct or some objects referenced in the request are not valid (eg. user, group,...)

you do not show how did you set up the most important part of the request body, so hard to say what might be wrong with your request.

for me eg. following request works without any problems

(sensitive data redacted)

211303_pastedImage_4.png

 

211302_pastedImage_1.png

‌ add user to group‌

Badge +9

Thanks for your reply. I am providing all input values correctly. When i click test connection it was returning ok but when i click execute it returns server error. Ex: running excel web service as follows.

211308_pastedImage_1.png

Userlevel 5
Badge +14

I do not have experience with excel webservices, but it sounds to me suspicious if you reference excel file to open with your local path...

How does web service would access it???

I'd say it should provided as an URL/UNC path or a path relative to excel web service root.

I've found eg, an example - https://msdn.microsoft.com/en-us/library/microsoft.office.excel.server.webservices.excelservice.openworkbook(v=office.14… 

Reply