> This is my first attempt at web services and am not really > sure what I am doing. Is there something I need to turn on > to publish webservices? I am using CFMX 7 standard on IIS 6.0 > windows 2003. > > I have my cfc in a folder off of root > http://server/com/mypalauth.cfc and if I got to that page I > get the component explorer. > I have tested the wsdl by going to > http://server/com/mypalauth.cfc?wsdl and it returns the wsdl xml file. > I have the method set to access="remote" and output="no". > When load the file data.cfm that invokes the web service I > get an error: > coldfusion.jsp.CompilationFailedException: Errors > reported by Java compiler: Found 1 semantic error compiling > "I:/CFusionMX7/stubs/WS-1240201831/com/Mypalauth.java": 13. > public com.Mypalauth getMypalauthCfc() throws > javax.xml.rpc.ServiceException; <-------> *** Error: Type > com/Mypalauth was not found. .
It doesn't like your use of a directory called "com". I would recommend you rename the directory to something else. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201307 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

