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


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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