> I was told that the .vb writes the soap. > > Here is the SOAP: > http://irm.resortdata.com/LutsenInterface/IRMpublic.asmx?op=CheckAvailabilit > y > > So could I skip having the aspx.vb file generating the soap and just > generate it myself and send it to the SOAPAction address?
If there's a URL for the WSDL file, you should be able to invoke it directly from CF using CFINVOKE. That WSDL file will contain the instructions for CF to talk to your .NET web service. If the web service is returning complex types, you may have to futz around with CF to get what you need. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324657 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

