On Wed, 2011-09-28 at 10:38 +0800, chongkim theng wrote: > Hi all, > > May I know will it be possible to pass in OntModelImpl instance as one of the > argument in a web service method?
There is no support for marshall/unmarshall of OntModels, they are not serializable in the java sense. You would need to write a wrapper class that serializes by writing out in one of the standard RDF syntaxes (compressed n-triples for example). Dave
