OnDemand Users Group

Support Forums => ODWEK, Java and REST APIs => Topic started by: jkbd on February 27, 2013, 02:27:48 PM

Title: SOAP web services and ODWEK
Post by: jkbd on February 27, 2013, 02:27:48 PM
Hi, just wanted to see if anyone in the group has had any experience building ODWEK enabled web services (using SOAP specifically). I have a requirement to expose some ODWEK functions such as folder search, criteria return, document retrieval (using PDF transform utility) in a stateless web service environment and just looking to see if anyone here can provide any wisdom/experience/tips.

Title: Re: SOAP web services and ODWEK
Post by: jeffs42885 on March 02, 2013, 08:13:53 PM
Though I am more of a back-end guru, I would be curious to see this also.

What PDF transform utiity are you using?
Title: Re: SOAP web services and ODWEK
Post by: jkbd on March 04, 2013, 03:43:23 PM
We would be using the AFP2PDF utility (transforming stored AFP documents to be presented as PDF, as per our requirement). We would be using MTOM enabled web services (pretty awesome example can be found @ http://www.coderanch.com/t/432304/Web-Services/java/send-pdf-file-client-server (http://www.coderanch.com/t/432304/Web-Services/java/send-pdf-file-client-server), check out the last post in the thread.
Title: Re: SOAP web services and ODWEK
Post by: javed.khan on May 16, 2013, 06:39:22 AM
ODWEK is a Java API that can be used even with a simple Java class with Main Method. It can be vaguely viewed like any other driver like database driver which helps in connecting to a database. ODWEK API can be wrapped against a SOAP/RESTful webservice or a normal web application without any issues. We have an XML based web application running on WAS that uses ODWEK API.