Re: [CFCDev] Webservice - Compilation Error

2006-07-17 Thread Tom Chiverton
On Friday 14 July 2006 20:43, Scott Whittaker wrote: []java.security.PrivilegedActionException: null java.security.PrivilegedActionException: java.io.FileNotFoundException: *my_dir_struct*/cfusion/stubs/WS1004616736/WWWServices/SecClient/FES/Return . Looks like it's having problems

Re: [CFCDev] Webservice - Compilation Error

2006-07-17 Thread John Samson
Thanks for the leadScott,Very interesting that you receive a different error than myself. I have tested on my 6.1 and 7.02 development boxes and receive the 'Compilation Error' message from both. There isn't any server configuration to do is there? Other .NET webservices such as searchWS from

[CFCDev] Webservice - Compilation Error

2006-07-14 Thread John Samson
I have been confidently telling my colleagues about CF how we can easily integrate with third party webservices. Well the URLs have been published for a new project and all the .NET types are happily playing, but me, I've got a 'coldfusion.jsp.CompilationFailedException' and I'm going nowhere.

Re: [CFCDev] Webservice - Compilation Error

2006-07-14 Thread Tom Chiverton
On Friday 14 July 2006 15:40, John Samson wrote: got a 'coldfusion.jsp.CompilationFailedException' and I'm going nowhere. Don't get disheartened ! What else is in the log ? -- Tom Chiverton This email is sent for and on behalf of

Re: [CFCDev] Webservice - Compilation Error

2006-07-14 Thread Scott Whittaker
I gave it a quick test on my dev box: []java.security.PrivilegedActionException: null java.security.PrivilegedActionException: java.io.FileNotFoundException: *my_dir_struct*/cfusion/stubs/WS1004616736/WWWServices/SecClient/FES/ReturnStatus.class (No such file or directory) at

[CFCDev] Webservice error

2006-05-16 Thread vipul saxena
Hello, Has anybody encountered the following error while trying to refresh the web service via CFAdmin. Unable to refresh webservice.Could not generate stub objects for web service invocation.Name: http://localhost/planitax/horizons/ws/soap/api.cfc?wsdl . WSDL:

Re: [CFCDev] Webservice error

2006-05-16 Thread Caroline Wise
Hi, It looks as if the WSDL file that is locally stored could not be found or read properly. HTH, Caroline Wise On 5/16/06, vipul saxena [EMAIL PROTECTED] wrote: Hello, Has anybody encountered the following error while trying to refresh the web service via CFAdmin. Unable to refresh

Re: [CFCDev] WebService

2005-01-18 Thread Brent Nicholas
This was the answer exactly, thank you. BN From: Bill Rawlinson [EMAIL PROTECTED] Reply-To: cfcdev@cfczone.org To: cfcdev@cfczone.org Subject: Re: [CFCDev] WebService Date: Tue, 18 Jan 2005 00:53:48 -0500 MIME-Version: 1.0 Received: from cfczone.org ([69.43.131.101]) by mc5-f29.hotmail.com

[CFCDev] WebService

2005-01-17 Thread Brent Nicholas
All - I apologize for being off topic, but the DevForum is down on Macromedia's CF Dev site. Is there another general CFMX questions forum similiar to this? (Less chat/more results.) Ok, the question. I always get this after I restart the CFMX service when calling a web service. Message:

Re: [CFCDev] WebService

2005-01-17 Thread Bill Rawlinson
I don't know if this will help you but a couple months back someone posted a link to this blog post that discusses programatic refresh of web services: http://www.bpurcell.org/blog/index.cfm?mode=entryentry=965 I have not read it though so, I'm just repeating :O) Hope it helps. Bill On Mon,

RE: [CFCDev] WebService

2005-01-17 Thread Ung, Seng
Bill: It does for me... I was waiting for this myself! Thanks Seng Ung -Original Message- From: Bill Rawlinson [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 9:54 PM To: cfcdev@cfczone.org Subject: Re: [CFCDev] WebService I don't know if this will help you but a couple months

RE: [CFCDev] WebService

2005-01-17 Thread Ung, Seng
Brent: How can I duplicated this problem... -Original Message- From: Bill Rawlinson [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 9:54 PM To: cfcdev@cfczone.org Subject: Re: [CFCDev] WebService I don't know if this will help you but a couple months back someone posted a link

Re: [CFCDev] Webservice question

2004-10-28 Thread Xavi
I restarted ColdFusion server and changes have been reflected (and all ok)... When i have a webservice and I update it, why should I restart CF server? On Wed, 27 Oct 2004 17:30:08 +0200, Xavi [EMAIL PROTECTED] wrote: I said it: Error Occurred While Processing Request : Web service

RE: [CFCDev] Webservice question

2004-10-28 Thread Tim Blair
I restarted ColdFusion server and changes have been reflected (and all ok)... When i have a webservice and I update it, why should I restart CF server? When you call a CFC as a webservice an Axis stub is created which is basically the method signatures of the component; the WSDL for the

Re: [CFCDev] Webservice question

2004-10-28 Thread Dave Carabetta
On Thu, 28 Oct 2004 15:39:30 +0200, Xavi [EMAIL PROTECTED] wrote: Ok thx Tim, didnt know that. But can I refresh and list webservices programmatically? Maybe yes, like list output debug ips, d u know ? Listing, I'm not sure, but you can certainly programmatically refresh your web services:

Re: [CFCDev] Webservice question

2004-10-28 Thread Xavi
Thx, this is ok, I think we could find a way to list webservices too... Xavi On Thu, 28 Oct 2004 11:08:28 -0400, Dave Carabetta [EMAIL PROTECTED] wrote: On Thu, 28 Oct 2004 15:39:30 +0200, Xavi [EMAIL PROTECTED] wrote: Ok thx Tim, didnt know that. But can I refresh and list webservices

[CFCDev] Webservice (passing user name and password in invocation)

2004-10-28 Thread Justin Balog
I need to pass a user name and password in a web service invocation, does anyone have a snippet to show my how this is done? -- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe

RE: [CFCDev] Webservice (passing user name and password in invocation)

2004-10-28 Thread Roland Collins
Sent: Thursday, October 28, 2004 1:35 PM To: '[EMAIL PROTECTED]' Subject: [CFCDev] Webservice (passing user name and password in invocation) I need to pass a user name and password in a web service invocation, does anyone have a snippet to show my how this is done

[CFCDev] Webservice question

2004-10-27 Thread Xavi
Why if i call this method like component works but if i call like a webservice doeasn't workz. When invoke the service: cfinvoke webservice=http://localhost:8500/test3/service.cfc?wsdl; method=getQueryResult returnvariable=resultado cfinvokeargument name=dsn value=#dsn#/ cfinvokeargument

RE: [CFCDev] Webservice question

2004-10-27 Thread Tim Blair
Why if i call this method like component works but if i call like a webservice doeasn't workz. Make sure you've got access=remote set in the cffunction tag. Tim. -- --- Badpen Tech - CF and web-tech: http://tech.badpen.com/

Re: [CFCDev] Webservice question

2004-10-27 Thread Joe Rinehart
Yep...if that doesn't fix it, can you post your CFC code? -joe On Wed, 27 Oct 2004 15:20:41 +0100, Tim Blair [EMAIL PROTECTED] wrote: Why if i call this method like component works but if i call like a webservice doeasn't workz. Make sure you've got access=remote set in the cffunction

Re: [CFCDev] Webservice question

2004-10-27 Thread Xavi
remote its ok... cfcomponent cffunction name=getMyDate access=remote returntype=string output=no cfargument name=format type=string default=dd/mm/ cfreturn Webservice service.cfc: #lsDateFormat(now(),'#arguments.format#')# /cffunction

RE: [CFCDev] Webservice question

2004-10-27 Thread Dave Watts
getMyDate is running ok like a webservice but getQueryResult no, should I restart cfserver? i hope not. Can you provide more details about what exactly isn't working? What is the exact error message you get? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax:

[CFCDev] webservice and requesttimeout

2004-09-21 Thread Douglas Knudsen
We are hooking to a webservice hosted on a CF box. Just now the webservice kaywrapped out bringing our app down with it. Yuk. We wrapped teh CFINVOKE call in a CFTRY, but this helps NADA. CF just handles these things in a most embarrassing way. Why not add TIMEOUT=nsecs to the CFTRY tag?

[CFCDev] WebService Invocation Error

2004-07-14 Thread Jeremy Bruck
Everyone, We have a webservice that we are trying to invoke and we get the same error on all of our servers (2 production, 1 staging and 1 dev). It is a REALLY simple webservice call with no parameters to pass in and it is passing back a structure. The webservice we are calling is an external

RE: [CFCDev] WebService Invocation Error

2004-07-14 Thread Jeremy Bruck
To: [EMAIL PROTECTED] Subject: [CFCDev] WebService Invocation Error Everyone, We have a webservice that we are trying to invoke and we get the same error on all of our servers (2 production, 1 staging and 1 dev). It is a REALLY simple webservice call with no parameters to pass in and it is passing

[CFCDev] WebService and a query in a struct?

2004-06-04 Thread Ian Sheridan
I am fairly new to WS stuff so please forgive my ignorance but I could not find any past posts that spoke to this specific issue. Can you pass a query within a struct through a webservice? If you cannot do this why I am I still getting this error when I am just passing a straight up query?

Re: [CFCDev] WebService and a query in a struct?

2004-06-04 Thread Sean A Corfield
On Jun 4, 2004, at 2:02 PM, Ian Sheridan wrote: Can you pass a query within a struct through a webservice? If you cannot do this why I am I still getting this error when I am just passing a straight up query? I believe that CFMX/Axis does not support a struct-containing-a-query. I believe you

[CFCDev] Webservice Gotcha's

2004-04-29 Thread Marlon Moyer
Weren't there some oddities when it came to naming web service cfc's.I think I remember something about not using upper case letters in the method names or something like that. -- marlon And Bobby you are right, I am being selfish, but the last time I checked, we don't have a

Re: [CFCDev] Webservice Gotcha's

2004-04-29 Thread Sean A Corfield
On Apr 29, 2004, at 12:07 PM, Marlon Moyer wrote: Weren't there some oddities when it came to naming web service cfc's.I think I remember something about not using upper case letters in the method names or something like that. Don't use Java reserved words. Don't use anything that wouldn't

RE: [CFCDev] Webservice Gotcha's

2004-04-29 Thread Nat Papovich
A not exactly related, but will throw similar errors issue is that web services don't like optional arguments. IMHO, all your web service methods should have only required args. NAT On Apr 29, 2004, at 12:07 PM, Marlon Moyer wrote: Weren't there some oddities when it came to naming web

Re: [CFCDev] Webservice Gotcha's

2004-04-29 Thread Tracy Logan
This is implicitly stated in Sean's comments, but just to emphasize it: Don't use underscores! It was long enough ago (MX 6.0) that I've forgotten the exact errors, but not the pain of troubleshooting them. As a result, I've since gotten out of the habit of using underscores as concept

RE: [CFCDev] Webservice Gotcha's

2004-04-29 Thread Marlon Moyer
Thanks to all for helping me avoid frustration! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Logan Sent: Thursday, April 29, 2004 3:32 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Webservice Gotcha's This is implicitly stated in Sean's

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Scott Keene
: [CFCDev] Webservice - Axis deserializer error Find it attached. It's auto-generated by Axis and Tomcat. -- Eric C. Davis [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Keene Sent: Tuesday, March 30, 2004 8:15 AM

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Douglas Humphris
Corfield was a good help at the time that I was working on this... Cheers, Douglas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Keene Sent: 31 March 2004 15:30 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Webservice - Axis deserializer error That's

Re: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Sean A Corfield
On Mar 31, 2004, at 6:29 AM, Scott Keene wrote: That's a tough one, since there is certainly nothing at all wrong with the WSDL as you said, and the error message is very misleading. Eric didn't show the CF code he's using to try to invoke the web service so it's hard to tell exactly which part

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Davis, Eric
of Transportation Office of I.T. Applications Web Applications Group 404.463.2860.199 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean A Corfield Sent: Wednesday, March 31, 2004 12:16 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Webservice

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Brian Kotek
Of Davis, Eric Sent: Wednesday, March 31, 2004 1:15 PM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Webservice - Axis deserializer error Here it is, a simple cfinvoke: cfinvoke webservice=http://localhost:8080/axis/services/NavService?wsdl; method=getCounties

Re: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Ivo D. Silva
Davis, Eric wrote: Here it is, a simple cfinvoke: cfinvoke webservice=http://localhost:8080/axis/services/NavService?wsdl; method=getCounties returnvariable=foo / Where do I find wdsl2java? (I'm googling right now) You can find it in the bin directory of the jrun/coldfusion

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Scott Keene
PROTECTED] Subject: RE: [CFCDev] Webservice - Axis deserializer error Here it is, a simple cfinvoke: cfinvoke webservice=http://localhost:8080/axis/services/NavService?wsdl; method=getCounties returnvariable=foo / Where do I find wdsl2java? (I'm googling right now

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Davis, Eric
Yeah, I realized that when I saw did you mean wsdl2java? on the results page. Well, of course I did! Anyway, Shawn (my co-developer experiencing the problem) says he's run wdsl2java and doesn't see anything that would cause a problem such as this. Would spelling out an ArrayOf_Counties

Re: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Sean A Corfield
On Mar 31, 2004, at 11:10 AM, Davis, Eric wrote: Would spelling out an ArrayOf_Counties complexType definition help, do you think? OK, now I'm puzzled. Your WSDL defines a method getCounties() which, in Java, looks like this: public java.lang.Object[] getCounties() throws

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Davis, Eric
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean A Corfield Sent: Wednesday, March 31, 2004 3:48 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Webservice - Axis deserializer error On Mar 31, 2004, at 11:10 AM, Davis, Eric wrote: Would spelling out

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Davis, Eric
Of Davis, Eric Sent: Wednesday, March 31, 2004 3:58 PM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Webservice - Axis deserializer error Yeah, I don't know. I'm just trying to help my co-worker figure this out; I have very little experience consuming webservices in CF. Apparently, that ArrayOf_Counties

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-31 Thread Scott Keene
Applications Group 404.463.2860.199 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean A Corfield Sent: Wednesday, March 31, 2004 3:48 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Webservice - Axis deserializer error On Mar

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-30 Thread Scott Keene
Hard to say without seeing the service's WSDL. Is it possible for you to post that here? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davis, Eric Sent: Monday, March 29, 2004 4:00 PM To: [EMAIL PROTECTED] Subject: [CFCDev] Webservice - Axis

RE: [CFCDev] Webservice - Axis deserializer error

2004-03-30 Thread Davis, Eric
Find it attached. It's auto-generated by Axis and Tomcat. -- Eric C. Davis [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Keene Sent: Tuesday, March 30, 2004 8:15 AM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Webservice - Axis

[CFCDev] Webservice - Axis deserializer error

2004-03-29 Thread Davis, Eric
This is from another developer in my office, posted without response on the CF forum: - - - 8- - - (snip) I'm having a problem with coldfusion handling the return variable of a webservice correctly. I have tested the webservice with Java and Perl and it works flawlessly. Coldfusion keeps

[CFCDev] webservice

2004-02-05 Thread Câmara ®
I need help!!! I have the webservice that it is behind firewall, I try webservice invoke but it is givingerror "Could not generate stub objects for web service invocation." I searching in the forums and many other peaples are with the same problem!!! How to decide this? CF Version:

RE: [CFCDev] webservice

2004-02-05 Thread Dawson, Michael
When you first go to the web server yourself, did you have to type a username and password? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Câmara ®Sent: Thursday, February 05, 2004 5:20 AMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: [CFCDev

RE: [CFCDev] webservice

2004-02-05 Thread Câmara ®
d password? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Câmara ®Sent: Thursday, February 05, 2004 5:20 AMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: [CFCDev] webservice I need help!!! I have the webservice that it is behind firewall, I try webservice invoke but it is g

RE: [CFCDev] webservice

2004-02-05 Thread Câmara ®
e-From: Câmara ® [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 05, 2004 8:24 AMTo: [EMAIL PROTECTED]Subject: RE: [CFCDev] webservice I try to registerwith usernam and password...but the problem continues!!! It will be that my necessary firewall of authentication? To liberate same door?

RE: [CFCDev] webservice

2004-02-05 Thread David Ross
works fine for me... cfset serv = CreateObject(webservice,http://bertioga.tesla.com.br/bannerad/webservices/bannerad.cfc?wsdl;)/ cfdump var=#serv.insertClicks('someDb',345)#/ I get NO. -dave [EMAIL PROTECTED] 2/5/2004 10:01:20 AM Yes, I see the wsdl,

RE: [CFCDev] webservice

2004-02-05 Thread Blum, Jason (SAA)
a proxy server? -Original Message- From: Câmara ® [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 05, 2004 10:01 AM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] webservice Yes, I see the wsdl, http://bertioga.tesla.com.br/bannerad/webservices/bannerad.cfc?wsdl

[CFCDev] Webservice Caching

2003-10-21 Thread Rod Buchan
Whenever I create a webservice and invoke it with cfinvoke, the webservice cfc is aggressively cached by the CF server. In fact, the only way to make an update to the webservice cfc, is to rename it and change the calling code to call the new cfc. Restarting the CF server makes no difference,

RE: [CFCDev] Webservice Caching

2003-10-21 Thread Raymond Camden
:[EMAIL PROTECTED] On Behalf Of Rod Buchan Sent: Tuesday, October 21, 2003 9:18 PM To: [EMAIL PROTECTED] Subject: [CFCDev] Webservice Caching Whenever I create a webservice and invoke it with cfinvoke, the webservice cfc is aggressively cached by the CF server. In fact, the only way

RE: [CFCDev] Webservice Caching

2003-10-21 Thread Rod Buchan
2003 12:54 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Webservice Caching You can clear the cache by going to the webservices portion of the cf admin. I don't know of a way to do it via code, although I'm sure it's possible. -- You

RE: [CFCDev] Webservice Caching

2003-10-21 Thread Rod Buchan
OK - solved my own problem, but changed so many things at once that I'm not sure how (very unscientific). Best guess for the thing that fixed it is: unchecked the Save Class Files option in CF admin console. Now the cfc's are flushed by a restart of the service. Not ideal, but at least we know

RE: [CFCDev] Webservice Caching

2003-10-21 Thread Rod Buchan
PROTECTED] Subject: Re: [CFCDev] Webservice Caching Since we installed CFMX as an app on top of JRun4, there is no webservices section in the CF admin console. There doesn't seem to be one in JRun admin console either. You may want to re-check your admin. We use MX 6.0 and 6.1 on Windows