Re: WSDL2Java DuplicateFileException error

2008-06-20 Thread Matt Williams
I can't remember the error I was getting, but I do remember having some web service weirdness and ended up running this to fix it: cfset application.ISIwsdl = createObject(java, coldfusion.server.ServiceFactory).XmlRpcService.refreshWebService(wsdl) / I'm not sure exactly what it does and can't

RE: WSDL2Java DuplicateFileException error

2008-06-20 Thread Brad Wood
: WSDL2Java DuplicateFileException error I can't remember the error I was getting, but I do remember having some web service weirdness and ended up running this to fix it: cfset application.ISIwsdl = createObject(java, coldfusion.server.ServiceFactory).XmlRpcService.refreshWebService(wsdl ) / I'm

RE: WSDL2Java DuplicateFileException error SOlVED

2008-06-20 Thread Brad Wood
Well, we figured it out. Turns out it was because we had a component display name that was the same as the file name. I'm not sure exactly what versions this affects, but I know this: Windows CF 7.0.2 Enterprise: worked Linux CF 7.0.2 Standard: didn't work We figured it out from the comment