RE: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Charlie Arehart
Glad to help. /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darin Kohles Sent: Monday, April 21, 2008 9:31 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Creating a web service good tip Charlie! I had a similar issue in try to gene

Re: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Darin Kohles
good tip Charlie! I had a similar issue in try to generate some xml returns from a webservice call - I ended up simply creating a cfm page that formed it since my attempts at resolving the issue didn't seem to take - now I know why On Mon, Apr 21, 2008 at 9:19 PM, Charlie Arehart <[EMAIL PROT

RE: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Charlie Arehart
Kevin, if you hadn't written your second sentence, I was going to say that the problem is that CF had cached the java stubs it created to call the web service (you're using CF both to publish and consume the web service, and this is an issue related to the consumption half of the conversation). I w

Re: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Kevin Hellriegel
Thanks for your suggestions, guys. I changed the return type to a boolean and also changed the function's name. Unfortunately, I kept getting the same error. On hunch, I changed the cfinvoke to use the server's IP address instead of the hostname and it worked! Has anyone encountered this before? I

Re: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Darin Kohles
I agree with Viswanathan, your return value must match your return type. try instead of On Mon, Apr 21, 2008 at 5:14 PM, <[EMAIL PROTECTED]> wrote: > > maybe, I am way off, but function returntype is string, while it seems to > return boolean > > > Jay Jayaraman > Central Billing Services >

RE: [ACFUG Discuss] Clone a SQL Server Database? Solved!

2008-04-21 Thread Peyton Todd
Hi Greg - responses below in all CAPS. -Original Message- >From: "McTure, Greg" <[EMAIL PROTECTED]> >Sent: Apr 21, 2008 5:34 PM >To: discussion@acfug.org >Subject: RE: [ACFUG Discuss] Clone a SQL Server Database? Solved! > >Hi Peyton: > >I think you may have trade one problem for another h

[ACFUG Discuss] CFChart and printing

2008-04-21 Thread Mike Staver
An application I'm working on uses the CFChart tag to generate a bar graph based on a query. The graph looks great on the screen. This graph is inside a loop, and the graph gets generated approximately 1 to 6 times in most cases. When the user tries to print the screen, some of the images print a

Re: [ACFUG Discuss] Why Clone the SQL Server Database?

2008-04-21 Thread Steven Ross
Wow, sounds fun! ; ) On Mon, Apr 21, 2008 at 6:06 PM, Peyton Todd <[EMAIL PROTECTED]> wrote: > It's a long story, Steven, but here goes... > > The CF site I'm writing is an extension of ASP site, which was written by > a programmer who's no longer available. I tried to write the extension of > h

Re: [ACFUG Discuss] Why Clone the SQL Server Database?

2008-04-21 Thread Peyton Todd
It's a long story, Steven, but here goes... The CF site I'm writing is an extension of ASP site, which was written by a programmer who's no longer available. I tried to write the extension of his site in ASP at first, but I was never able to establish a development environment to work in because

RE: [ACFUG Discuss] Clone a SQL Server Database? Solved!

2008-04-21 Thread McTure, Greg
Hi Peyton: I think you may have trade one problem for another here in solving this. Let me make sure that I understand your situation. You have a table on an MSSQL 2000 instance that is being shared by a CF app and a ASP app and you want the CF app to access the same data but in a different tabl

Re: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Viswanathan . Jayaraman
maybe, I am way off, but function returntype is string, while it seems to return boolean Jay Jayaraman Central Billing Services Financial Management and Planning (404) 498-8453 (W) (404) 273-7131 (C) "Kevin Hellriegel" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/21/2008 04:59 PM Please

Re: [ACFUG Discuss] Creating a web service

2008-04-21 Thread Cameron Childress
I'm not sure this is your problem, but import looks suspiciously like a reserved word. -Cameron On Mon, Apr 21, 2008 at 4:54 PM, Kevin Hellriegel <[EMAIL PROTECTED]> wrote: > I'm having a slight problem with a web service I'm trying to create. I > have a cfc that looks similar to this: > > >

Re: [ACFUG Discuss] How Clone a SQL Server Database?

2008-04-21 Thread Steven Ross
Just out of curiosity why would you want two apps hitting different copies of the same database? don't you want the people using the asp app and the CF app to see the same data? or is it some sort of migration away from ASP to CF? sorry... maybe there is some business reason... couldn't hold back f

[ACFUG Discuss] Creating a web service

2008-04-21 Thread Kevin Hellriegel
I'm having a slight problem with a web service I'm trying to create. I have a cfc that looks similar to this: [Lots of code to validate the PickupDoc] I created a simple cfm page that tries to use the cfc as a webservice: http:

Re: [ACFUG Discuss] Clone a SQL Server Database? Solved!

2008-04-21 Thread Peyton Todd
Something I read on a Microsoft User Forum cued me to the correct answer: Instead of establishing the new DB first, all you have to do is just say you want to 'restore' to it, even when it doesn't exist yet. Key in the name you wish to assign to it into the 'To database' text field of the wizard

[ACFUG Discuss] How Clone a SQL Server Database?

2008-04-21 Thread Peyton Todd
Are there any SQL Server Wizards in the crowd (the human kind, I mean)? I have discovered that the site I'm building accesses a SQL Server table also accessed by an ASP site on the same server, and I want to separate them. So I want to make a clone of that SQL Server database for the exclusive u

Re: [ACFUG Discuss] expected xmlsearch behavior

2008-04-21 Thread Nelson Winters
One thing that may not be obvious is that you can do the following to get to the parent of a node: -Nelson On Mon, Apr 21, 2008 at 9:00 AM, Steven Ross <[EMAIL PROTECTED]> wrote: > I'm about to blog about this but, wanted to get everyone's perspective > first. > > Check out this bit of code (r

[ACFUG Discuss] Do You Know BlazeDS?

2008-04-21 Thread Andrew Powell
Sorry to post this here, but I need someone who is available next week. I need someone who knows BlazeDS and has a good sense of how to architect an applicaiton. Please hit me up off list at andrew.powell [at] universalmind.com if you're interested. ap --

[ACFUG Discuss] expected xmlsearch behavior

2008-04-21 Thread Steven Ross
I'm about to blog about this but, wanted to get everyone's perspective first. Check out this bit of code (read inline comments). I believe it is sort of a bug (or at least a 'gotcha') in the way CF sees xml search results. blah1 blah2