Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Web service and types
Hi,
For complex parameter types, i'd recommend to use the JPublisher approach. Database Web services using Jpub is documented @ http://www.oracle.com/technology/sample_code/tech/java/jsp/readme.callout.htm and also in chapter 13, 14, 15 and 16 of my book.
Kuassi
devjnr_at_gmail.com wrote:
> I'm trying to use this oracle package:
>
> http://tinyurl.com/sqzxg
>
> and I have to add a parameter that is an xmltype of xsd:double[][] (ie:
> array of array) but I don't know if I have to pass it as a somewhat
> collection type or varchar2 ...
>
> I googled hard but I didn't found interesting examples to start from
> that should give me step by step use of web services adding complex
> parameters ...
>
> Can you give me some point to start from?
>
> Regards.
Received on Mon Dec 04 2006 - 11:58:22 CST