Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.)

2010-04-15 Thread Phil Haeusler
Hi Gavin, I think we're in luck, Can you just try changing that Line 416 in Service.cfc from the original cfreturn webService.send(missingMethodName, missingMethodArguments) to cfreturn webService.send(missingMethodName, Duplicate(missingMethodArguments)) It seems that there might be

Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.)

2010-04-15 Thread Mark Mandel
Just a thought - you may want to go with StructCopy() rather than duplicate(). StructCopy() will give you a shall copy of the arguments - leaving object references intact. Duplicate will do a *deep copy* of everything you are passing through - which is both going to be slow, but also cause some

Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.)

2010-04-15 Thread Phil Haeusler
Gavin And here i thought i'd struck gold. Feel free to send you code off site and i'll see if i can reproduce. The URL you're seeing here is just a string ColdFusion uses under the hood when it generates the WSDL for your CFC. It's really just a label and doesn't need to relate to the

Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.)

2010-04-14 Thread Mark Mandel
Very quick question - when you update the remote code are you refreshing the wsdl in the administrator? On 4/15/10, Gavin Baumanis beauecli...@gmail.com wrote: In the interest of quite possibly making an idiot of myself... Hi Phil, I have made the changes you provided and I get the same

Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.)

2010-04-14 Thread Kai Koenig
There's also a method in ServiceFactory iirc that you could use to clear it programmatically. Cheers Kai Very quick question - when you update the remote code are you refreshing the wsdl in the administrator? On 4/15/10, Gavin Baumanis beauecli...@gmail.com wrote: In the interest of quite

Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.)

2010-04-14 Thread Phil Haeusler
shouldn't change with you are using a standard GalaxySOA implementation. Phil -Original Message- From: Mark Mandel mark.man...@gmail.com To: cfaussie@googlegroups.com Date: Thu, 15 Apr 2010 11:42:38 +1000 Subject: Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.) Very quick

Re: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance.)

2010-04-14 Thread Phil Haeusler
it until it breaks. Happy to investigate more at the CFUG tonight Phil -Original Message- From: Gavin Baumanis beauecli...@gmail.com To: cfaussie cfaussie@googlegroups.com Date: Wed, 14 Apr 2010 18:37:31 -0700 (PDT) Subject: [cfaussie] Re: GalaxySOA on CF9 (was WSDL assistance