Hey Justin,

I've been trying to figure out why when parsing a WFS 1.1 capabilities 
document I can't get to the Get and Post urls for the operations, which I 
need for the WFS DataStore to know what the access point for GetFeature and 
the other operations are.

Where I got so far is:
RequestMethodTypeBinding.parse -> AbstractComplexEMFBinding.parse
at line 155 it gets the "href" property and calls setProperty with the correct 
URI.
Then EMFUtils.has(eObject, property) returns false and after that 
EMFUtils.features(eObject, value.getClass()); returns an empty list (line 
207), and thus the property is never set and the URI is lost.

So, neither RequestMethodType nor its superclass OnlineResourceType seem to 
have a "href" property as far as I can see, so is it just a lack of that 
property in the model?

any help will be highly appreciated.

Gabriel

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to