|
From: Ryan M. <fra...@gm...> - 2009-07-10 15:13:36
|
Hello, I was wondering if anyone give me an opinion on the best way to handle the following. I'd like to the ability to transport a WFS query to a SOAP webservice. I'm currently using CXF for the Web Service and JAXB for the class generation. Is there a way to tie in the geotools WFS objects to a JAXB object model? I'd like to use the WFS generated objects that geotools has, but I don't think they are JAXB. I don't really want to deal with the hassle of generating a whole new set of objects, considering that the WFS schema is made up of a whole bunch of other schemas all of which need to be available to my build if i want to generate the objects (and who knows what hassles need to be dealt with to make the generation work). Anyhow, I just simply want to transport a WFS query and then use it in the web service. Anyone have any suggestions on how I might be able to utilize geotools to make this a little easier? Thanks for any help! Ryan |