Skip to main content

Good Day,

I had been using the Task List UDA without issue until i had a password change and now it is no longer working [Get Task History and display on your form. ]. I can browse to the web service used in the UDA, but when i try and configure and test the web service I get a 500 error:

85548_pastedImage_1.png

Any advice is appreciated, it is driving me nuts, thanks,

Jennifer

When you test a web service call, you have to replace your variable with real values.

On your screenshot, I see that there is {ItemProperty:ID}. This should be replaced by an item ID (22 for example).

Maybe there are other variables in your request.

Hope this helps


Hi Caroline,

Thanks for the reply! I actually did have parameters in, but I just went back through quickly to get a screen shot.  I can't seem to use any of the nintex web services through the call web service function.  I can browse to them and access them if i go to site/_vti_bin/nintexworkflow/workflow.asmx so it is not an access issue. It's driving me nuts since it was working fine previously.

Thanks again,

Jennifer


On the Run Now window, does it work when you click on "Test connection" ?


Yes, it says "ok".


Can you try with other credentials ?

Can you send a screenshot of the whole request that you send to test ?


I have tried with several accounts.  Here you go:

85941_pastedImage_0.png

<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m="http://nintex.com">

  <soap:Header>

  </soap:Header>

  <soap:Body>

    <m:GetWorkflowHistoryForListItem>

      <m:itemId>410</m:itemId>

      <m:listName>Workflow Tasks</m:listName>

      <m:stateFilter>All</m:stateFilter>

      <m:workflowNameFilter>CapEx1</m:workflowNameFilter>

    </m:GetWorkflowHistoryForListItem>

  </soap:Body>

</soap:Envelope>

Thanks,

Jennifer


Everything seems ok.

Have you tried with another item ID ? Without the workflow name filter ?


Yes; I've tried different id's, thought maybe i had the wrong list for the required list name so I tried the workflowhistorytasklist.


Does it work ?


Nope.


Hi There,

Try updating the UDA and publishing it and then running it live.  See if this isn't just happening during the "Run Now" tests which it very may well be.  


It just randomly started working again; no idea what the deal was, but thank you for all your suggestions.

Thanks again,

Jennifer


Reply