>- see footer for list info -< it's the strange thing. I can reference the web service in cf document in Dreamweaver and have no problem to use it. but not in asp.net document. it just return the message "unable to generate a proxy " when i try to reference it. When i browser around about .net. It mentioned a compile tools of vbc.exe and csc.exe file, which i can't find in my .net SDK /bin folder. Could that be the reason it doesn't work?
Thanks! -----Original Message----- From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> To: Coldfusion Development <[email protected]> Date: Thu, 8 Sep 2005 19:17:01 +0100 Subject: RE: [CF-Dev] consume coldfusion web service in asp.net > >- see footer for list info -< > Well, no, I was just adding a URL as display - you need to add the > reference > to your actual WS - how are referencing it in CF? can you test it in > CF? > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Zhou Yu > Sent: 08 September 2005 17:13 > To: Coldfusion Development > Subject: RE: [CF-Dev] consume coldfusion web service in asp.net > > >- see footer for list info -< > I tried that by using http://mydomain.com/theservice.cfc?wsdl. but > dreamweaver return an error "unable to generate a proxy". Do I have to > use > .wsdl file? > > > > -----Original Message----- > From: "Robertson-Ravo, Neil (RX)" > <[EMAIL PROTECTED]> > To: Coldfusion Development <[email protected]> > Date: Thu, 8 Sep 2005 16:40:37 +0100 > Subject: RE: [CF-Dev] consume coldfusion web service in asp.net > > > >- see footer for list info -< > > No realuy mystery AFAIK - In your ASP.NET Web Project, simply right > > click on > > the References icon and choose to "Add a Web Reference." A dialog box > > will > > appear asking you for a URL - simply enter the URL of the Web > Service, > > such > > as: http://your.domaon.com/file.wsdl. You will then see the > description > > of > > the Web Service (just as if you had visited the URL directly through > > your > > Web browser). To complete this task, click the "Add Reference" > button, > > which > > will automatically create the Proxy class for you and compile it. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Zhou Yu > > Sent: 08 September 2005 16:44 > > To: [email protected] > > Subject: [CF-Dev] consume coldfusion web service in asp.net > > > > >- see footer for list info -< > > Hello > > > > > > Have anyone tried to consume a web service written in coldfusion from > > an > > asp.net page? A sample code will be very helpful! > > > > Thanks in advance! > > > > joe > > > > > > _______________________________________________ > > > > For details on ALL mailing lists and for joining or leaving lists, go > > to > > http://list.cfdeveloper.co.uk/mailman/listinfo > > > > -- > > > > >- Hosting provided by www.cfmxhosting.co.uk -< > > >- Forum provided by www.fusetalk.com -< > > >- DHTML Menus provided by www.APYCOM.com -< > > >- Lists hosted by www.Gradwell.com -< > > >- CFdeveloper is run by Russ Michaels, feel free to volunteer your > > help -< > > This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, > > Richmond, Surrey, TW9 1DL, 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 > > _______________________________________________ > > > > For details on ALL mailing lists and for joining or leaving lists, go > > to http://list.cfdeveloper.co.uk/mailman/listinfo > > > > -- > > CFDeveloper Sponsors:- > > >- Hosting provided by www.cfmxhosting.co.uk -< > > >- Forum provided by www.fusetalk.com -< > > >- DHTML Menus provided by www.APYCOM.com -< > > >- Lists hosted by www.Gradwell.com -< > > >- CFdeveloper is run by Russ Michaels, feel free to volunteer your > > help -< > > > _______________________________________________ > > For details on ALL mailing lists and for joining or leaving lists, go > to > http://list.cfdeveloper.co.uk/mailman/listinfo > > -- > > >- Hosting provided by www.cfmxhosting.co.uk -< > >- Forum provided by www.fusetalk.com -< > >- DHTML Menus provided by www.APYCOM.com -< > >- Lists hosted by www.Gradwell.com -< > >- CFdeveloper is run by Russ Michaels, feel free to volunteer your > help -< > This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, > Richmond, Surrey, TW9 1DL, 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 > _______________________________________________ > > For details on ALL mailing lists and for joining or leaving lists, go > to http://list.cfdeveloper.co.uk/mailman/listinfo > > -- > CFDeveloper Sponsors:- > >- Hosting provided by www.cfmxhosting.co.uk -< > >- Forum provided by www.fusetalk.com -< > >- DHTML Menus provided by www.APYCOM.com -< > >- Lists hosted by www.Gradwell.com -< > >- CFdeveloper is run by Russ Michaels, feel free to volunteer your > help -< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
