I want to expose pl/sql procedures as web service. I use dbws-builder but I can't configure strict response types only the simple xml format. If I set custom response type it won't be defined in the schema. Can dbws discover out and in/out parameters or only in ones? (in/out params don't mapped in the request neither) How can I use response types (not simple format)?
I've switched from builder script to edit dbws files manually. Now I'm understand how to change pl/sql procedure arguments in the or.xml. My next issue to make settings in the ox.xml, I hope can do it by following documentation.