Hoppa till huvudinnehållet

Web Request Succeeds and Returns an Error Alert

Kommentarer

3 kommentarer

  • Ryan Cooney

    Hi Matt,

     

    It looks like you are right. The Send Web Request activity fails if it doesn't receive a 200 response. We'll look into the handling of all 2xx responses to see what can be done.

     

    For now you could try setting the Channel Name property on the Send Web Request activity to arcgis. This changes the underlying mechanism used to make the request to use esri.request from the ArcGIS JavaScript API.

     

    --Ryan

    0
  • Permanently deleted user

    Thanks Ryan, I'm looking forward to the fix.

     

    The arcgis channel didn't fix the issue because the URL is then prefixed with "http://myServer.com/Html5Viewer/proxy.ashx?" and then I get a 403 error.

     

    ^That's ok, because I found a work around using the try/catch activity in the workflow manager. I can also forward the request through a web service too. Still...it will be good to have a straight up web request running in release near here.

    0
  • Ryan Cooney

    Hi Matt,

     

    We've just implemented a fix for this today. It will be part of 5.8.1 in a couple weeks.

     

    --Ryan

    0

Du måste logga in om du vill lämna en kommentar.