ArrayOfParamNameValue
Hi,
I am trying to develop a webserverProxy in JDeveloper for running a report with a set of parameters.
The issues am facing are :
1) I am not being able to pass any date/string type parameter,only number type parameters are being passed.
2) I am not being able to pass more than one parameter,i.e,only the value at the 0th position of an array is getting passed but not the rest.
Please find below the code I have developed for the same and suggest me the modification required.
package com.oracle.xmlns.oxp.service.v2;
//import java.io.BufferedReader;