Here's what Im doing to test it
<cfset me = createObject("webservice",
"https://blah.cogstate.com/com/cogstate/blah.cfc?wsdl", {resetWSDL = 'yes'})
/>
<cfset result = me.saveData('matilda', repeatString('X', 8000)) />
<cfdump var="#result#" />
Fails
If I use a smaller number like 4000, it works, so looks like it's a 8192
limit, tried those tomcat settings, still fails. Tried the IIS settings,
still fails.
Regards
Dale Fraser
http://dale.fraser.id.au
http://cfmldocs.com
http://learncf.com
http://flexcf.com
From: [email protected] [mailto:[email protected]] On Behalf
Of Andrew Scott
Sent: Thursday, 16 August 2012 4:05 PM
To: [email protected]
Subject: Re: [cfaussie] Web Services Problem
Are you saying that the web socket is returned via a HTTP post?
--
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au <http://www.andyscott.id.au/> /
Google+: http://plus.google.com/113032480415921517411
<http://plus.google.com/108193156965451149543>
On Thu, Aug 16, 2012 at 3:54 PM, MrBuzzy <[email protected]> wrote:
A quick google will reveal how to increase or remove the Tomcat post size
limit. It's in conf/server.xml.
This one sums it up just fine;
http://www.enterprise-architecture.org/documentation/doc-administration/145-
post-size-limit
Again, may not be your problem, test it and see.
A few years back we had a firewall between two boxes that would drop
connections that were running longer than a certain threshold. Just saying,
it could be many things, you need to tweak and test.
--
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.
--
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.