Re: Could not generate stub objects for web service invocation

2008-02-14 Thread bill turner
Thanks for all the help, I fixed the problem Thank you so much for the help What was the solution? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Could not generate stub objects for web service invocation

2008-02-13 Thread bill turner
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 cfscript o =

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 cfscript o = createObject(webservice,https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=1Password=test123CityName=Chicago;);

RE: Could not generate stub objects for web service invocation

2008-01-01 Thread Dave Watts
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=1Password=t est123CityName=Chicago); /cfscript It will retrieve the data in xml format, if i test the

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 Dave Watts
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. If you just go to that URL and get XML containing 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

RE: Could not generate stub objects for web service invocation

2008-01-01 Thread Dave Watts
they are specifying SOAP , http get and post methods to get the data, how can I use that in coldfusion? Just use CFHTTP, since they support HTTP GET and POST. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

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 cfhttp url=https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=57Password=gdfgdfCityName=Adelaide; method=GET name=onerow throwOnError=Yes/ cfoutput#XmlParse(onerow)#/cfoutput cfset

RE: Could not generate stub objects for web service invocation

2008-01-01 Thread Dave Watts
cfhttp url=https://b2b.ratestogo.com/WS/Services/Content/Content.asm x/HotelList?AffiliateID=57Password=gdfgdfCityName=Adelai de method=GET name=onerow throwOnError=Yes/ The NAME attribute of CFHTTP isn't used unless your CFHTTP returns text that can be directly converted to a query

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? cfhttp url=https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=543444Password=dsfsdfCityName=Adelaide; method=GET

RE: Could not generate stub objects for web service invocation

2008-01-01 Thread Dave Watts
I tried with the following code , but its giving Element XMLROOT.ITEM is undefined in XMLDOC. is ITEM a property/method of XMLDocument? I have no idea what's in your XML document, but you should be able to see what's in there, and how to reference the contents as nested structures and

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

Re: Could not generate stub objects for web service invocation

2007-07-11 Thread Michael Kott
Excellent! That exposed the true error, authentication denied. Now we can move forward, thanks for your help, Dave! Len, were you able to solve the problem? how?? Mike. ~| CF 8 – Scorpio beta now available, easily build

RE: Could not generate stub objects for web service invocation

2007-03-10 Thread Mik Muller
Man you are good. That's it. D'oh! Michael At 05:32 PM 3/9/2007, Dave Watts wrote: Now try this one... cfinvoke webservice=http://unomavsfootball.gameplannetwork.com/_wsTest .cfc?wsdl method=Testing123 returnvariable=xxx /cfinvoke cfdump var=#xmlParse(xxx)#

Re: Could not generate stub objects for web service invocation

2007-03-09 Thread Michael Muller
I am having a hard time invoking the ws below in a Unix/CF7/Apache 2.0 environment. I can query the WSDL and it works successful in a windows dev environ. However when going to UNIX it is unsuccessful. I am thinking that it is a permissions issue or something. Further more I cannot even register

Re: Could not generate stub objects for web service invocation

2007-03-09 Thread Michael Muller
Ok, this is very bizarre. I made a new method, shown below. cffunction name=Testing123 returnType=string access=remote output=No cfinclude template=_udf_StructToXML.cfm cfset test = StructNew() cfset test.test1 = hoohah cfset test.test2 = yeehah cfreturn

Re: Could not generate stub objects for web service invocation

2007-03-09 Thread Robertson-Ravo, Neil (RX)
Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Michael Muller To: CF-Talk Sent: Fri Mar 09 20:32:36 2007 Subject: Re: Could not generate stub objects for web service invocation Ok, this is very bizarre. I made a new method, shown below. cffunction

RE: Could not generate stub objects for web service invocation

2007-03-09 Thread Dave Watts
Now try this one... cfinvoke webservice=http://unomavsfootball.gameplannetwork.com/_wsTest .cfc?wsdl method=Testing123 returnvariable=xxx /cfinvoke cfdump var=#xmlParse(xxx)# label=unomavsfootball If you just go to the WSDL URL in a browser, it requires a login. The

Re: Could not generate stub objects for web service invocation

2006-11-13 Thread Len Nagy
Excellent! That exposed the true error, authentication denied. Now we can move forward, thanks for your help, Dave! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: Could not generate stub objects for web service invocation

2006-11-11 Thread Dan Plesse
Interesting. Is this wen service running on a dev net licence? It could be dang watermark issue if it is. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

RE: Could not generate stub objects for web service invocation

2006-11-10 Thread Dave Watts
Error: Name: http://serverNameHere/foldername/Billing.asmx?WSDL. WSDL: http://serverNameHere/foldername/Billing.asmx?WSDL. org.xml.sax.SAXException: Fatal Error: URI=null Line=11: The element type META must be terminated by the matching end-tag . It is recommended that you use a web

RE: Could not generate stub objects for web service invocation

2006-07-07 Thread Russ
Hmm, can you access the WSDL using a browser when the server is the unix box? It is very likely permissions. Is the directory where CF is installed owned by the same user that CF runs as? try doing something like the following chown -R cfuser.cfuser /opt/jrun4 where cfuser is the user that

RE: Could not generate stub objects for web service invocation

2006-07-07 Thread Dave Watts
I am having a hard time invoking the ws below in a Unix/CF7/Apache 2.0 environment. I can query the WSDL and it works successful in a windows dev environ. However when going to UNIX it is unsuccessful. I am thinking that it is a permissions issue or something. Further more I cannot even

RE: Could not generate stub objects for web service invocation

2006-07-07 Thread Snake
Do u have security sandboxing enabled. If so you may need to allow that port in the sandbox. You should also make sure there is no firewall blocking that port either. - snake -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 07 July 2006 18:11 To: CF-Talk

RE: Could not generate stub objects for web service invocation

2006-07-07 Thread Jennifer Dodson
probably part of your problem. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 12:31 PM To: CF-Talk Subject: RE: Could not generate stub objects for web service invocation Do u have security sandboxing enabled. If so you may need to allow that port