Hello,
I was wondering if any of the Geoserver OGC web services implement SOAP bindings. If so, are the "example" SOAP bindings available in a WSDL from the OGC applicable? If not, is there an easy way to wrap these services?
Thank you,
--
Dustin Parker
Dustin Parker ha scritto:
Hello,
I was wondering if any of the Geoserver OGC web services implement SOAP bindings. If so, are the "example" SOAP bindings available in a WSDL from the OGC applicable?
No, none of the OGC services implemented by GeoServer supports
SOAP bindings.
If not, is there an easy way to wrap these services?
I never really looked into it seriously, but last time I checked
it seemed the soap binding were but an envelope around the base
xml protocol so it should not be _that_ hard, but it sure requires
some experience with GeoServer as changes in the dispatcher are
required (provided you can code in Java and can get familiar
with a new codebase quickly, otherwise you can also contact
the commercial support providers and see if any suits
your needs: http://geoserver.org/display/GEOS/Commercial+Support)
Cheers
Andrea