That whole process sounds pretty slow! I'm looking into changing to a
CFMX server to save myself the headaches and maybe prevent my cheeks
from puffing up! I'll look at the custom tags but it sounds like they
won't do me much justice.

Take Care,
Jim Vosika
http://TinyClick.Com
Free URL Shortening! 

-----Original Message-----
From: Kwang Suh [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 12:17 AM
To: CF-Talk
Subject: RE: Web Services and CF5

Using web services in CF5 is painful at best.

You can think of a web service as an http call where you send a command
via
SOAP and you get back an XML document in return, also in SOAP.

In CFMX, this is all taken care of for you.  In CF5, you have to write
the
all the SOAP stuff yourself.  This is not fun.  In fact, I'd rather get
my
wisdom teeth pulled out than do that.

Having said all that, I think there's some custom tags you can use to
invoke
web services for CF5.


> -----Original Message-----
> From: Jim Vosika [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 9:47 PM
> To: CF-Talk
> Subject: Web Services and CF5
>
>
> I have never used Web Services before and I thought I should figure
them
> out during my free time before I actually need to. I tried searching
on
> google for topics about web services and cold fusion and could not
find
> anything related to CF5 which is all I get to deal with. I am trying
to
> integrate with google's api and I found a code snippet on their
website
> for use with cold fusion mx that used this tag below to use the web
> service. Seems pretty simple but I can't seem to figure out the Cold
> Fusion 5 equivalent tag(s) to use web services, could someone please
> point me in the right direction? Here is the code for cfmx:
>
>             <cfinvoke
>
> webservice="http://api.google.com/GoogleSearch.wsdl";
>                          method="doGoogleSearch"
>                          key="--- PUT YOUR KEY HERE ---"
>                          q="#searchterm#"
>                          start="0"
>                          maxResults="10"
>                          filter="true"
>                          restrict=""
>                          safeSearch="false"
>                          lr=""
>                          ie="latin1"
>                          oe="latin1"
>                          returnVariable="resultset"
>                         >
>
>
> Thanks,
> Jim Vosika
> http://tinyclick.com <http://tinyclick.com/>  <http://tinyclick.com/>
> Free URL Shortening!
>
>
>
> 

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to