Webservice Limit 8192 Characters
mjhiggins
Member Posts: 57
Hi,
we have published a webservice and the web developers are getting an error posting to this, where the XML file is greater than 8192 characters. Anyone know how to increase this limit?
thank
we have published a webservice and the web developers are getting an error posting to this, where the XML file is greater than 8192 characters. Anyone know how to increase this limit?
thank
0
Comments
-
There is a setting in custom setting file.
<!--
Maximum permitted size of a SOAP Services request, in kilobytes
-->
<add key="SOAPServicesMaxMsgSize" value="1024" />0 -
Hi, thanks for the reply, I should have mentioned that it was 2009 R2. this setting does not appear to be available?
thanks0 -
I just tried in my NAV 2009 SP1 with a 10kb request, and it works fine. (had to add 23 different items in a web-shop)
Maybe you should "upgrade" to NAV 2009 SP1? ;-) Sorry, that is not funny :-(
My web service is not using XMLPorts, but simply uses a BigText as parameter. How is yours defined?
(It is a hell to handle regarding encoding, but that is a different story)Regards
Peter0 -
Hi
thanks for the upgrade tip. maybe to classic and dataports!
The webservice is a simple page webservice (creating a header and lines)
thanks0 -
Hi,
There is a setting in custom setting file in NAV 2009R2
<!--
Maximum permitted size of a Web Services request, in kilobytes
-->
<add key="WebServicesMaxMsgSize" value="512"></add>
Thanks, Gaurav0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
