Coldfusion Mapping

2008-07-01 Thread sam menon
Hi, Where will coldfusion mapping will be stored, I mean any xml file or something like that. I need to get a mapping from CF admin, but I don't have access to the cf admin, so trying to get mapping info. Can anyone please help me to find the details Thanks ~

Coldfusion Mapping

2008-07-01 Thread sam menon
Hi, Where will coldfusion mapping will be stored, I mean any xml file or something like that. I need to get a mapping from CF admin, but I don't have access to the cf admin, so trying to get mapping info. Can anyone please help me to find the details Thanks ~

Installing ColdFusion on IIS

2008-06-24 Thread sam menon
Hi, I have coldfusion installed on my local system, than selecting IIS as the server , i installed it as default, now it has installed in c:/CF/wwwroot folder, how can I change it to IIS? Will selecting the IIS as server change the rest of the sites on it?? please help me Thanks ~

caching problem

2008-01-09 Thread sam menon
Hi, I am working on a coldfusion site which is built on Coldfusion MX 7 & farcry CMS, I am new to that I have created a cfm file in the site, not using farcry but directly in the project folder. my problem is when for the first time i execute the file, it executes fine but after that somehow

Re: ListAppend

2008-01-09 Thread sam menon
thanks for the reply... I solved it by replace() as you mentioned here in the form or I should have used list qualifier ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial ht

ListAppend

2008-01-08 Thread sam menon
Hi, I am trying to construct a "'," delimited string to pass it to cfquery this is my code But its appending only first character, Can anyone please help me...I am new to coldfusion ~| Adobe® ColdFusion® 8 software 8 is

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
Thanks for all the help, I fixed the problem Thank you so much for the help ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;2237444

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
I tried with the following code , but its giving Element XMLROOT.ITEM is undefined in XMLDOC. is ITEM a property/method of XMLDocument? https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=543444&Password=dsfsdf&CityName=Adelaide"; method="GET" throwOnError="Yes"/>

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
thnaks for the suggestion But I am not able to get the data, this is my code https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=57&Password=gdfgdf&CityName=Adelaide"; method="GET" name="onerow" throwOnError="Yes"/> #XmlParse(onerow)# #xmlDoc# Output for the

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
if you try to acces the following url https://b2b.ratestogo.com/WS/Services/Content/Content.asmx?op=HotelList they are specifying SOAP , http get and post methods to get the data, how can I use that in coldfusion? It didn't not display the data for you as the affiliate id and password are not a

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
I need to get the contents (xml) data from the above url and have to insert them into a database. I am trying to create an object which stores the xml values, but I am not sure how to use in the web service as I m new to web services. ANy help would be much appreciated ~

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
Now its working in our web server not on clients server... How can i change the following code to get the values o = createObject("webservice","https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=1&Password=test123&CityName=Chicago";);

Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
Hi, I am getting the following error Could not generate stub objects for web service invocation, when i tried to execute a sample web service. How to check whether web service site is working or not I tried using the following code o = createObject("webservice","http://www.xmethods.