Hi all, I've been using the guide at http://docs.geoserver.org/latest/en/developer/programming-guide/ows-services/implementing.html to create the "hello" ows service, but am having some troubles. When I request the sayHello method from the URL, I get the following exception:
<ows:ExceptionReport version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"> <ows:Exception exceptionCode="InvalidParameterValue" locator="service"> <ows:ExceptionText>No service: ( hello )</ows:ExceptionText> </ows:Exception> </ows:ExceptionReport> I've searched the mailing list briefly to find a solution, but the answer I've seen frequently come up is to make sure the applicationContext.xml is included in the final jar archive. I've made sure it is there, and am not sure how to troubleshoot this further. Any help would be appreciated. Cheers, Andrew -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Help-implementing-an-OWS-service-tp4980495.html Sent from the GeoServer - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
