Skip to main content
Nintex Community Menu Bar

Size limit of XML Data Field

  • October 22, 2008
  • 6 replies
  • 37 views

Forum|alt.badge.img+1

I have a large XML file whichi need to send into the process using a process XML filed,when using K2 workspce and setting the xml data field value i can see the complete xml file,but in the server event when i try to debug it show the filed as empty.I tried using small XML file,every thing works fine.


Is there any Size limit for XML data fields?


 

6 replies

Forum|alt.badge.img+1
  • Author
  • October 22, 2008
its a 35KB file.

Forum|alt.badge.img+11
  • October 22, 2008
I have seen much larger InfoPath XML documents stored in a XML data field. 

Forum|alt.badge.img+11
  • October 22, 2008
How are you adding the XML data?  Through code?

Forum|alt.badge.img+1
  • Author
  • October 23, 2008
I tried to add data using both k2 workspace and also using code in both the cases i get empty string.

Forum|alt.badge.img+1
  • Author
  • October 23, 2008

David ..i resolved the issue ,it was due to this "&" special chracter in the XML file.


Thank you one again for the reply.


Forum|alt.badge.img+1
  • Author
  • October 23, 2008

but getting a new error when i am trying to set an xml string to an xml process field,it says "Root element is missing".any ideas on this


I have attached a schema to the xml process field and also generating the XML in the same fashion as required by the schema.


 Please help me out on this.