Hi everyone,
I think I've finished writing my web service, I even use validation with an .xsd through xerces. My question is how can I load the .xsd file through the web server? Currently I do it using new File("absolute_path..."). Is there a way I can load the file from the web server, without actually making the .xsd public? Even better can I tell axis2 to use the wsdl descriptor for validation?
Thanks.

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

Reply via email to