I am creating a call logging webservice that will accept an xml string, validate the xml headers if it has the correct format, then write an xml file from the input to the server. The code is working from accepting the xml string, validating headers, and writing to the server. The problem is, it only accepts limited number of strings, when the string that has to be passed is too long, he function won't work. The string that has to be passed to the webservice is too long and the code cannot process it. Any idea how to resolve this?
I am new to webservices. :roll: Appreciate your input!
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
What is the error you are getting if the input xml is too long ?