I want to create web services from stored procedures. I've found documentation only with simple xml format. Can I use my custom xml schema? I think maybe I should use ORM and OXM mapping together but I'm not sure. Any help welcomed!
Currently, DBWS doesn't support a 'meet-in-the-middle' style of dealing with the XML schema.
The DBWSBuilder utility "scrapes" information from the database and creates (in my opinion)
the simplest XML representation.
How complex is your custom schema?
It is possible to run the tool and then 'adjust' the generated ORM and OXM files, but you really
have to know what you are doing (mainly because the schema structure 'leaks' over to the WSDL)