Has anybody worked with webMethods connectivity to MongoDB? I have searched in the forums as well the webMethods documentation but I do not find any information as to how to configure and interact with MongoDB using webMethods. If anyone has worked on it please share your knowledge on the same.
I would want to use the JDBC Adapter to connect to MongoDB.
Holger von Thomsen
I agree with you I would have to try using the JDBC Adapter that is available to try establishing connectivity with MongoDB. I see in their website that they do have a driver for Java,may be I will try with that.
We have written our own DataSource class leveraging the Java driver MongoDB provides and were able to establish connectivity using the webMethods JDBC adapter.
Very interesting. Which all adapter services have you tested?
MongoDB java driver is not JDBC compliant and the way you insert or query data through those APIs are different.
I guess you would have done a lot of JDBC wrapper classes around the MongoDB java driver. We actually are doing some research on this to offer no sql connectivity via the JDBC adapter. Please do share the details.