RE: [cfaussie] Web Services Problem

2012-08-18 Thread Charlie Arehart
Of Dale Fraser Sent: Saturday, August 18, 2012 11:19 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem Thanks Charlie, We had previously found those settings and Mr Buzzy shared that same stuff earlier, so we have played with those settings without luck. Those

RE: [cfaussie] Web Services Problem

2012-08-18 Thread Dale Fraser
@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Charlie Arehart Sent: Sunday, 19 August 2012 1:45 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem Ah, I'd not clicked the link of the URL he'd offered. I see now that it was. Oh well, maybe

RE: [cfaussie] Web Services Problem

2012-08-17 Thread Charlie Arehart
To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem Managed to isolate this to an IIS settings, works fine with CF direct to tomcat. Now need to work out why. Not only doesn't it work, it crashes services and the server needs rebooting. Regards Dale Fraser http

RE: [cfaussie] Web Services Problem

2012-08-17 Thread Charlie Arehart
is bigger than just http posts. :-) Hope that's helpful. /charlie From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gavin Baumanis Sent: Friday, August 17, 2012 3:14 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem Hi Charlie, I

Re: [cfaussie] Web Services Problem

2012-08-16 Thread Andrew Scott
Are you saying that the web socket is returned via a HTTP post? -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411http://plus.google.com/108193156965451149543 On Thu, Aug 16, 2012 at 3:54 PM, MrBuzzy mrbu...@gmail.com wrote:

RE: [cfaussie] Web Services Problem

2012-08-16 Thread Dale Fraser
] On Behalf Of Andrew Scott Sent: Thursday, 16 August 2012 4:05 PM To: cfaussie@googlegroups.com 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

Re: [cfaussie] Web Services Problem

2012-08-16 Thread MrBuzzy
@Andrew, who is that question directed at? On 16/08/2012, at 16:04, Andrew Scott andr...@andyscott.id.au wrote: Are you saying that the web socket is returned via a HTTP post? -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+:

Re: [cfaussie] Web Services Problem

2012-08-16 Thread Andrew Scott
It was directed at you, but having said that I am confused with the error message is on the server sending the data or the server receiving the data, I am assuming that Dale is meaning the server sending is throwing that error. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/

Re: [cfaussie] Web Services Problem

2012-08-16 Thread Andrew Scott
Yeah that is what I was trying to establish, and whether Dale made those changes on the receiving server or the sending server. If made on the sending, I doubt that would make any difference because I am sure that the socket doesn't go through the Web Server itself, but does on the receiving

RE: [cfaussie] Web Services Problem

2012-08-16 Thread Dale Fraser
] On Behalf Of MrBuzzy Sent: Thursday, 16 August 2012 5:08 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Web Services Problem @Andrew, the error is displayed on the server sending the request, but the jury is out on what is resetting the connection. @Dale, have you tried it without SSL

RE: [cfaussie] Web Services Problem

2012-08-16 Thread Charlie Arehart
To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem Tried http same issue, I'll produce a simple test case tomorrow. Thinking it's a CF10 issue, cant be sure. Regards Dale Fraser -- You received this message because you are subscribed to the Google Groups

RE: [cfaussie] Web Services Problem

2012-08-16 Thread Dale Fraser
://flexcf.com From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Charlie Arehart Sent: Thursday, 16 August 2012 11:08 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem So here are 2 things you can try to narrow things down: First, make

[cfaussie] Web Services Problem

2012-08-15 Thread Dale Fraser
We are having issues calling a webservice Cannot perform web service invocation saveData. The fault returned when invoking the web service operation is: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.SocketException:

Re: [cfaussie] Web Services Problem

2012-08-15 Thread Chris Velevitch
Are you using Coldfusion to call web service on another web services server and is that another web services server Coldfusion or something else? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: CFML

RE: [cfaussie] Web Services Problem

2012-08-15 Thread Charlie Arehart
] Web Services Problem We are having issues calling a webservice Cannot perform web service invocation saveData. The fault returned when invoking the web service operation is: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString

RE: [cfaussie] Web Services Problem

2012-08-15 Thread Dale Fraser
Sent: Thursday, 16 August 2012 1:42 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Web Services Problem Are you using Coldfusion to call web service on another web services server and is that another web services server Coldfusion or something else? Chris -- Chris Velevitch Manager

RE: [cfaussie] Web Services Problem

2012-08-15 Thread Dale Fraser
@googlegroups.com Subject: RE: [cfaussie] Web Services Problem You mention IIS. Is the web service you're calling behind an IIS server? Is it one you control? I would not be surprised to find IIS had imposed a limitation on how large a string of data could be sent in as a request (whether a typical

RE: [cfaussie] Web Services Problem

2012-08-15 Thread Dale Fraser
[mailto:cfaussie@googlegroups.com] On Behalf Of MrBuzzy Sent: Thursday, 16 August 2012 3:03 PM To: cfaussie@googlegroups.com Cc: cfaussie@googlegroups.com Subject: Re: [cfaussie] Web Services Problem Here's a pretty good summary of the settings in IIS that you might be able to tweak; http

Re: [cfaussie] Web Services Problem

2012-08-15 Thread MrBuzzy
Of MrBuzzy Sent: Thursday, 16 August 2012 3:03 PM To: cfaussie@googlegroups.com Cc: cfaussie@googlegroups.com Subject: Re: [cfaussie] Web Services Problem Here's a pretty good summary of the settings in IIS that you might be able to tweak; http://www.iis.net/ConfigReference