You can put the schema into the META-INF, and it should be accessible
via a ?schema query (or maybe ?xsd).

You will need to build your own WSDL (import the schema into the
<types> section) and put it into the META-INF to make it available to
consumers.

Anne

On 10/16/07, Dimitris Mouchritsas <[EMAIL PROTECTED]> wrote:
> Hi again, I've written a couple of services using the
> RawXMLInOutReceiver, so my methods (operations) look like:
>
> public  OMElement myOperation(OMElement xml) {
>   // do stuff
> }
>
> I also managed to create my schema for the service and I'm validating by
> using a "new File(my_schema_file);" to read the schema.
> 1) Is there a way I can put it on the server and get it via the uri?
> 2) Can I tell services.xml where to find the schema, so it can produce a
> proper wsdl file?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to