Armin, The servicemix-http component should be able to use HTTP POST to send a non-SOAP XML document to your OGC webservices and receive the response for further processing inside the ESB. You can always write your own Marshaler if you need something more specific, but I guess the plain HTTP component behavior should do fine here.
Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/2/2 Armin Wagenknecht <[email protected]>: > Hello, > > I would like to bind OGC web services (Open Geospatial Consortium) to an > ESB. Most of these services do not yet provide a WSDL description. They use > HTTP as transport protocol (without SOAP) and XML (defined schemas) for > requests and responses (example description of a Web Feature Service, one of > the ogc web services: > <http://schemas.opengis.net/wfs/1.1.0/examples/WFS_Capabilities_Sample.xml>) > > Does Apache ServiceMix provide features to bind these services to the ESB? > Which binding component shall I use and which configuration changes do I > have to do? > > Thanks in advance for your help. > > Regards. > >
