|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
web services with cfmxI'm running CFMX7 on my MBP, and so far, everything has been fine.
However, today I tried a very simple web service test. I hit my WS via the browser and saw the WSDL just fine. I then did a very simple: <cfinvoke webservice="http://localhost:8100/cfusion/cfcpreso/webservice.cfc?wsdl" method="getTime" returnVariable="result"> <cfoutput>The time was #result#</cfoutput> and got: java.io.FileNotFoundException: /Applications/JRun4/servers/default/cfusion/WEB-INF/cfusion/stubs/WS-598866171/cfcpreso/WebService.class (No such file or directory) Anyone else seen this? -- =========================================================================== Raymond Camden, Vice President of Technology for roundpeg Email : jedimaster@... Blog : ray.camdenfamily.com AOL IM : cfjedimaster "My ally is the Force, and a powerful ally it is." - Yoda ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2825 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: web services with cfmxOn 6/21/06, Raymond Camden <rcamden@...> wrote:
> I'm running CFMX7 on my MBP, and so far, everything has been fine. > However, today I tried a very simple web service test. I hit my WS via > the browser and saw the WSDL just fine. I then did a very simple: > > <cfinvoke webservice="http://localhost:8100/cfusion/cfcpreso/webservice.cfc?wsdl" > method="getTime" returnVariable="result"> > > <cfoutput>The time was #result#</cfoutput> > > and got: > > > java.io.FileNotFoundException: > /Applications/JRun4/servers/default/cfusion/WEB-INF/cfusion/stubs/WS-598866171/cfcpreso/WebService.class > (No such file or directory) > > Anyone else seen this? What Java version are you running? You might get this if you try to run CFMX on Java 5. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2827 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: web services with cfmxI'm using 1.4.2.
On 6/22/06, Sean Corfield <seancorfield@...> wrote: > On 6/21/06, Raymond Camden <rcamden@...> wrote: > > I'm running CFMX7 on my MBP, and so far, everything has been fine. > > However, today I tried a very simple web service test. I hit my WS via > > the browser and saw the WSDL just fine. I then did a very simple: > > > > <cfinvoke webservice="http://localhost:8100/cfusion/cfcpreso/webservice.cfc?wsdl" > > method="getTime" returnVariable="result"> > > > > <cfoutput>The time was #result#</cfoutput> > > > > and got: > > > > > > java.io.FileNotFoundException: > > /Applications/JRun4/servers/default/cfusion/WEB-INF/cfusion/stubs/WS-598866171/cfcpreso/WebService.class > > (No such file or directory) > > > > Anyone else seen this? > > What Java version are you running? You might get this if you try to > run CFMX on Java 5. > -- > Sean A Corfield -- http://corfield.org/ > Got frameworks? > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2830 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
| Free embeddable forum powered by Nabble | Forum Help |