Re: [cfaussie] Unable to read WSDL from URL

2014-08-27 Thread Paul Kukiel
It was CF10 when they upgraded. On 27 Aug 2014, at 4:01 pm, Gavin Baumanis wrote: > Make sure you're using wsversion="1" in your remote CFC. > I am pretty sure it is v9 that upgraded the AXIS version. > > You can set it to be version 1 by default in CFAdmin or on a case by case > basis within

Re: [cfaussie] Unable to read WSDL from URL

2014-08-27 Thread Gavin Baumanis
Make sure you're using wsversion="1" in your remote CFC. I am pretty sure it is v9 that upgraded the AXIS version. You can set it to be version 1 by default in CFAdmin or on a case by case basis within the CFC using the wsversion attribute. Gavin. On Thursday, 10 July 2014 11:01:48 UTC+10, Pau

RE: [cfaussie] Unable to read WSDL from URL

2014-07-13 Thread Scott Thornton
asn't sure if it was an avenue I had to explore. Thank you very much for all replies! From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Charlie Arehart Sent: Saturday, 12 July 2014 1:52 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Unable to read WSD

RE: [cfaussie] Unable to read WSDL from URL

2014-07-11 Thread Charlie Arehart
(NTusername='username', NTpassword='pwd', NTdomainz='domain'); test = ntlogin.loginUserNT(NTusername='username', NTpassword='pwd', NTdomainz='domain'); test2 = ntlogin.callsomeothermethod; Hope that helps. /charlie From: cfaussie@googleg

Re: [cfaussie] Unable to read WSDL from URL

2014-07-10 Thread Dmitry Yakhnov
Hi Scott, This seems to be a well known bug: https://bugbase.adobe.com/index.cfm?event=bug&id=3531653 https://forums.adobe.com/message/5207697 Cheers, Dmitry, On 10/07/2014 10:37 AM, Scott Thornton wrote: Hi, I am working with webservices for the first time, and my knowledge is very rudime

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
t; <http://localhost/login/NTLoginService?wsdl>. * > > > > Error: 404 Not Found. > > > > > > When I try without the parameters being within text quotes, I get a > different error again. > > > > So I would say no, at this point in time. > > >

RE: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Scott Thornton
Found. When I try without the parameters being within text quotes, I get a different error again. So I would say no, at this point in time. From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Andrew Scott Sent: Thursday, 10 July 2014 3:39 PM To: cfaussie@google

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
Andrew. >> >> >> >> >> >> PS: I am still stuck on CF6.1 since the server it is on still runs >> Windows Server 2000 which was about the last version of windows my Crystal >> reports .asp SDK runs on. Which is a different issue all together. >>

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
ersion of windows my Crystal reports > .asp SDK runs on. Which is a different issue all together. > > > > > > > > *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On > Behalf Of *Andrew Scott > *Sent:* Thursday, 10 July 2014 3:15 PM > > *To:*

RE: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Scott Thornton
: Re: [cfaussie] Unable to read WSDL from URL What happens if you try to invoke the CFC via the URL and not as a webservice? For example what does this do in the browser? http://localhost/login/NTLoginService.cfc?<http://localhost/login/NTLoginService.cfc?wsdl>method=loginUserNT&NTuse

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
ginUserNT*"> <http://localhost/login/NTLoginService.cfc?wsdl>< > wsdlsoap:operation soapAction="*"/> > <http://localhost/login/NTLoginService.cfc?wsdl> namespace="http://login <http://login>" use="encoded" > encodingStyle="

RE: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Scott Thornton
http://schemas.xmlsoap.org/soap/encoding/"/><http://localhost/login/NTLoginService.cfc?wsdl>http://login"; name="CFCInvocationException" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/><http://localhost/login/NTLoginServic

RE: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Scott Thornton
Hi, Sorry, yes this option is already selected. The server is running on 32-bit. From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Andrew Scott Sent: Thursday, 10 July 2014 2:44 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Unable to read WSDL from URL

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
; >>> >>> >>> >>> >> value="#form.username#"/> >>> >>> >> value="#form.password#"/> >>> >>>

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
ername#"/> >> >> > value="#form.password#"/> >> >> *>value="#form.domain#"/>* >> >> >> >> &

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
t;#form.domain#"/>* > > > > Please note that I changed the name of the 3rd param to *NTdomainz *since > I first posted, as I was thinking that NTDomain may have been a reserved > word. > > > > @Andrew > > > > Enable Robust Exception Information is selected in

RE: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Scott Thornton
e@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Charlie Arehart Sent: Thursday, 10 July 2014 12:15 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Unable to read WSDL from URL You may want to look at the coldfusion-out.log (in \coldfusion9\runtime\logs or jrun4\logs) to se

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Andrew Scott
to:cfaussie@googlegroups.com] *On > Behalf Of *Scott Thornton > *Sent:* Wednesday, July 09, 2014 8:37 PM > *To:* cfaussie@googlegroups.com > *Subject:* [cfaussie] Unable to read WSDL from URL > > > > Hi, > > > > I am working with webservices for the first time, and

RE: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Charlie Arehart
8:37 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Unable to read WSDL from URL Hi, I am working with webservices for the first time, and my knowledge is very rudimentary. Scenario: I need to implement NT Authentication on my intranet app. My CF6.1 server can't p

Re: [cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Paul Kukiel
I have seen this exact thing happen before. I never solved it. Restarting cf fxed it but it always came back. I moved away from wsdl and re-wrote in REST. Sorry not that much help. On Thu, Jul 10, 2014 at 10:37 AM, Scott Thornton < scott.thorn...@hnehealth.nsw.gov.au> wrote: > Hi, > > > > I

[cfaussie] Unable to read WSDL from URL

2014-07-09 Thread Scott Thornton
Hi, I am working with webservices for the first time, and my knowledge is very rudimentary. Scenario: I need to implement NT Authentication on my intranet app. My CF6.1 server can't process the cfntauthenticate tag. I also have a CF9 9,0,1,274733 server that I can use to process a webservice