Re: Consuming CFC web methods in VB.NET

2004-09-08 Thread Jim Rathmann
I am trying to do something along the same lines where I am trying to send a (returntype = query) which I am trying to change to a non-complex datatype to a .NET service. I see that you say there are other ways to do so but I am having problems with some that I found. I am trying to use queryToXML

Consuming CFC web methods in VB.NET

2004-08-18 Thread Steven Brownlee
This is my last stab at this problem. No other message boards have been able to help me. First, the code... getPlaylist.cfc cffunction access=remote name=getNewPlaylist output=no returntype=query cfargument name=clientID type=string required=yes

RE: Consuming CFC web methods in VB.NET

2004-08-18 Thread Craig Dudley
[mailto:[EMAIL PROTECTED] Sent: 18 August 2004 10:07 To: CF-Talk Subject: Consuming CFC web methods in VB.NET This is my last stab at this problem. No other message boards have been able to help me. First, the code... getPlaylist.cfc cffunction access

Re: Consuming CFC web methods in VB.NET

2004-08-18 Thread Adam Haskell
? -Original Message- From: Steven Brownlee [mailto:[EMAIL PROTECTED] Sent: 18 August 2004 10:07 To: CF-Talk Subject: Consuming CFC web methods in VB.NET This is my last stab at this problem. No other message boards have been able to help me. First, the code... getPlaylist.cfc

RE: Consuming CFC web methods in VB.NET

2004-08-18 Thread Dave Watts
This is my last stab at this problem. No other message boards have been able to help me. ... cffunction access=remote name=getNewPlaylist output=no returntype=query ... You won't be able to consume CF query objects from .NET, I don't think. There's no SOAP-specific or XML Schema-specific

Re: Consuming CFC web methods in VB.NET

2004-08-18 Thread Dick Applebaum
: Steven Brownlee [mailto:[EMAIL PROTECTED] Sent: 18 August 2004 10:07 To: CF-Talk Subject: Consuming CFC web methods in VB.NET This is my last stab at this problem. No other message boards have been able to help me. First, the code... getPlaylist.cfc

Re: Consuming CFC web methods in VB.NET

2004-08-18 Thread Alexander Sherwood
At 11:57 AM 8/18/2004, you wrote: http://www.rohanclan.com/products/neuromancer/ Dick - I gotta ask: is Nueromancer a DD name? -- Alex [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Consuming CFC web methods in VB.NET

2004-08-18 Thread Dick Applebaum
It's Rob's creation -- so it prolly is. When I first encountered it. i saw it as necromancer --a whole 'nother game :) Dick On Aug 18, 2004, at 9:00 AM, Alexander Sherwood wrote: At 11:57 AM 8/18/2004, you wrote: http://www.rohanclan.com/products/neuromancer/ Dick - I gotta ask: is

Re: Consuming CFC web methods in VB.NET

2004-08-18 Thread Steven Brownlee
Thanks, Adam.That UDF worked and passes to .NET perfectly. I've always contended that sending anything over a webservice other than simple values is going to get you in trouble. Even in CF - CF communications I think sending anything other than text is asking for trouble. I recomend using one of

Re: Consuming CFC web methods in VB.NET

2004-08-18 Thread Rob
It's a William Gibson book. One of the first (if not the first) cyberpunk books (came out in 1984 to boot) It's where such terms as Microsoft, Cyberspace, and a bunch of others came from. It's a crazy book - I recommend it highly (Mona Lisa Overdrive is another in the series and better known)