12-07-2011 11:50 AM - last edited on 12-07-2011 11:57 AM
Hi all,
I'm getting 'server unable to process request' error while trying to call the web service with large content. I'm passing an XML string as argument to the web method. I'm able to pass the xml with 32 tag and getting the error if trying to add a 33rd tag. Then to solve this issue, I split the xml into two for more than 32 element tags. Now I'm able to call the webservice with the first xml and fails in the second xml call. Anybody please help me in this issue. The following is the error screen that I got.
Thanks in advance.
Solved! Go to Solution.
01-02-2012 06:30 AM
Hi,
some of the changes in the web service solved my issue.