Re: java package name on cfinvoke of web service

2008-12-11 Thread sam Detweiler
>FYI Axis that is shipped with ColdFusion is 1.2.X the latest is 1.4 the one >in CF is markedly older regardless of the creation or modified date... > >Adam > ok, odd that the date matches exactly the 1.4 release.. regardless.. there IS a way around this problem, use CreateObject, which allows on

Re: java package name on cfinvoke of web service

2008-12-11 Thread Adam Haskell
FYI Axis that is shipped with ColdFusion is 1.2.X the latest is 1.4 the one in CF is markedly older regardless of the creation or modified date... Adam On Thu, Dec 11, 2008 at 12:17 AM, sam Detweiler <[EMAIL PROTECTED]> wrote: > >Before heading down that route, I've found (especially with .NET

Re: java package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
>Before heading down that route, I've found (especially with .NET services) >that updating to the latest version of axis 1.4 (do not get axis 2) has >fixed the majority of the issues. > >Adam > > Thanks.. the latest axis code is dated 4/22/06, while the code in the cf 8.01 lib is dated 2/27/07.

Re: java package name on cfinvoke of web service

2008-12-10 Thread Adam Haskell
Before heading down that route, I've found (especially with .NET services) that updating to the latest version of axis 1.4 (do not get axis 2) has fixed the majority of the issues. Give that a shot and see how it goes, the last version has passed all our regression tests internally. Adobe would no

package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
I am trying to connect to a web service with CF 8.01. the cfinvoke tag invokes wsdl2java as expected, but the emitted java code cannot be compiled as is, missing an import statement in the 'holder' classes for the complex data types defined by the wsdl. I can manually emit code with wsdl2java

java package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
I am trying to connect to a web service with CF 8.01. the cfinvoke tag invokes wsdl2java as expected, but the emitted java code cannot be compiled as is, missing an import statement in the 'holder' classes for the complex data types defined by the wsdl. I can manually emit code with wsdl2java

package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
I am trying to connect to a web service with CF 8.01. the cfinvoke tag invokes wsdl2java as expected, but the emitted java code cannot be compiled as is, missing an import statement in the 'holder' classes for the complex data types defined by the wsdl. I can manually emit code with wsdl2java