Quantcast
Channel: SharePoint 2013 - Using SharePoint Designer, InfoPath and Other Customizations forum
Viewing all articles
Browse latest Browse all 9368

Sharepoint 2013 workflow. Limits with JSON response?

$
0
0
Hi, 

I'm making a service call in a 2013 workflow. The JSON response is something like...
{
    "d": {
        "__type": "DOC_WCF_Service.DocRecord",
        "docTitle": "This is the document title and it has to be just this long.....................", 
        "docType": "Pdf"
    }
}

I can only place the response into a dictionary variable if I keep the docTitle length down to about 60 characters. Above that and the service fails and the workflow cancels, referring to a HTTP 500 code in the error message. 

Can you advise if there are limits with handling service responses, or if there might be some other configuration change I need to address please? 


Thanks

Not an MVP



Viewing all articles
Browse latest Browse all 9368

Trending Articles