I suspect this is due to the Apache Axis version you are using. Axis 1 uses http 1.0 and axis 2 uses http 1.1 I do not know which version CF10/11 use by default, but here is how to switch version to test this theory http://milanchandnacf.blogspot.in/2012/07/axis-2-and-axis-1-compatibility-issues.html
There should also be a config option some in Axis to set it to use http/1.1 by default if it is not doing so, but you can also specify this in the headers, although I am not sure exactly what the syntax is for doing this from CF. On Wed, Jan 28, 2015 at 12:04 AM, Ricardo Russon <[email protected]> wrote: > > We have been using a web service of a merchant provider, and they have > informed us that they will cease to support connections using HTTP/1.0. And > must update our system to use HTTP/1.1. > > Our testing with them has shown that the calls we are making via > CreateObject("webservice",...) is being transmitted via HTTP/1.0 for both > CF9 and CF11. > > We are yet to confirm CF10, but will assume for the time being that it is > also the case. > > Is there any way we can control this? Either programatically or > environmentally (CF/IIS/Other)? > > Looking over these links doesn't seem to provide an answer. > > > http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6978.html > http://axis.apache.org/axis/java/reference.html#WSDL2JavaReference > > Any advice would be greatly appreciated. > > Ricardo. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360010 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

