To tell you the truth, I'm really starting to not be too thrilled with
CFOBJECT either :-)

-----Original Message-----
From: Pete Freitag [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 29, 2001 10:02 AM
To: CF-Talk
Subject: RE: SOAP Methods


I see.  I realize the tag is quite limited in scope, but if you use the
source code of the tag, you could build a tag that is specialized in the
object you are connecting to.  Unless you are trying to do something that
Apache's SOAP toolkit cannot do, then I guess your stuck with COM.  I tend
to prefer a CFX tag to CFOBJECT.

One place you can find a lot of CF COM guru's is http://www.cfcomet.com you
might want to post your question there.

+++++++++++++++++++++++++++++++++++++++++++++
Pete Freitag ([EMAIL PROTECTED])
CTO, CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com/


-----Original Message-----
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 12:28 PM
To: CF-Talk
Subject: RE: SOAP Methods


Thanks, but I already looked at that solution.  The problem is that I need
to do some stuff that's a bit more funky than simple soap calls, otherwise I
would :-)  Still, does CF and COM have that much limitation?

-----Original Message-----
From: Pete Freitag [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 9:23 AM
To: CF-Talk
Subject: RE: SOAP Methods


Look at CFX_SOAP http://www.cfdev.com/xml it's not a production ready tag,
but its open source and provides a good start for SOAP and CF.  It uses
Apache's SOAP toolkit in Java.

+++++++++++++++++++++++++++++++++++++++++++++
Pete Freitag ([EMAIL PROTECTED])
CTO, CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com/


-----Original Message-----
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 12:09 PM
To: CF-Talk
Subject: SOAP Methods


Hi ppl.  If anyone has worked with SOAP, I'm in desperate need of some help.

I have some VB Code as follows:

Dim SOAPClient As SOAPClient
Set SOAPClient = New SOAPClient

    SOAPClient.mssoapinit
("http://services.xmethods.net/soap/urn:xmethods-CurrencyExchange.wsdl";)
    MsgBox (Str(SOAPClient.getRate("England", "Japan")))


When I try to convert the same code to CF, I get an error message





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to