Here's my cfc code:
<cfcomponent name="hwtester" displayname="test ws" hint="test HW"
output="false">
        <cffunction name="myFunction" access="remote" returntype="string">
                <cfargument name="myArgument" type="string" required="yes">
                <cfset myResult="helloworld">
                <cfreturn myResult>
        </cffunction>
</cfcomponent>

On 2/14/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> You have set the CFC to be access="remote"?
>
>
> :-)
>
>
>
>
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of the
> intended recipient(s).  If you are not the intended recipient(s) please note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
> communication are not necessarily those expressed by Reed Exhibitions."
> Visit our website at http://www.reedexpo.com
>
> -----Original Message-----
> From: Ken
> To: CF-Talk
> Sent: Wed Feb 14 18:00:32 2007
> Subject: Re: webservice invoke issue
>
> I am able to get to the component explorer if i browse to the cfc. It
> then shows the component after putting the password.
>
>
> On 2/14/07, Robertson-Ravo, Neil (RX)
> <[EMAIL PROTECTED]> wrote:
> > Then either the URL is wrong/unreachable or your web service hosed!
> >
> > What happens if you browse to the CFC direct with no WSDL? Do you get the
> > compnonent explorer?
> >
> >
> >
> >
> >
> >
> >
> >
> > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> > Registered in England, Number 678540.  It contains information which is
> > confidential and may also be privileged.  It is for the exclusive use of
> the
> > intended recipient(s).  If you are not the intended recipient(s) please
> note
> > that any form of distribution, copying or use of this communication or the
> > information in it is strictly prohibited and may be unlawful.  If you have
> > received this communication in error please return it to the sender or
> call
> > our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
> > communication are not necessarily those expressed by Reed Exhibitions."
> > Visit our website at http://www.reedexpo.com
> >
> > -----Original Message-----
> > From: Ken
> > To: CF-Talk
> > Sent: Wed Feb 14 17:45:51 2007
> > Subject: Re: webservice invoke issue
> >
> > Ok... i tried this as suggested by Dave:
> > <cfhttp url="http://localhost/lcms/wiwapi/hwtester.cfc?wsdl";
> > method="get" result="myresult">
> >
> > Got no results. Browser timed out after about 5 mins.
> >
> >
> > On 2/14/07, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> > > > Ok. In my cf admin, there are no urls in the web services section. I
> > > > believe the webservice has to be invoked successfully at least once
> > > > for the url to start showing in the cfadmin.
> > > > But i did re-start the CF service, and it made NO difference at all.
> > > > Same error message.
> > >
> > > Yes...the first time the webservice is invoked, CF is supposed to
> > auto-register
> > > it in CF Admin.  I'm guessing because you've never successfully invoked
> > it, it's
> > > not in there.
> > >
> > > Perhaps try adding it manually and see if thaqt gets you anywhere.  This
> > > definately is heading towards to "odd" side of things.
> > >
> > > Good luck
> > >
> > > Cheers
> > >
> > > Bryan Stevenson B.Comm.
> > > VP & Director of E-Commerce Development
> > > Electric Edge Systems Group Inc.
> > > phone: 250.480.0642
> > > fax: 250.480.1264
> > > cell: 250.920.8830
> > > e-mail: [EMAIL PROTECTED]
> > > web: www.electricedgesystems.com
> > >
> > > Notice:
> > > This message, including any attachments, is confidential and may contain
> > > information that is privileged or exempt from disclosure. It is intended
> > > only for the person to whom it is addressed unless expressly authorized
> > > otherwise by the sender. If you are not an authorized recipient, please
> > > notify the sender immediately and permanently destroy all copies of this
> > > message and attachments.
> > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269828
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to