> How can i change the following code to get the values
> 
> <cfscript>
>       o = 
> createObject("webservice","https://b2b.ratestogo.com/WS/Servic
> es/Content/Content.asmx/HotelList?AffiliateID=11111&Password=t
> est123&CityName=Chicago");
> </cfscript>
> 
> It will retrieve the data in xml format, if i test the url it 
> works fine but not if I try to invoke it as a web service, Do 
> I need to make any changes to the code??

I'm not sure exactly what you're asking. You're creating an object, but
you're not invoking a method. Also, typically, SOAP services don't accept
URL parameters.

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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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

Reply via email to