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]

Reply via email to