Hi, I would like to associate a Schema with a service at runtime via configuration. 1 for request, one for the response.
The endpoint pass the input Document to a configurable 'action', e.g.BeanScript, which is witten to use xpath that conforms to the schema. As this is all driven via user config I wish (have) to avoid POJO and XMLBeans. I have a provider that is given a Source so I can pass the document on, but Im having trouble finding a way to set the schema types, can anyone help me please? Thanks Wayne
