call.setOperationName(new QName(TARGET_NAMESPACE, "bigDecimalMultiArrayTest"));
QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/math", "BigDecimalArrayArray");
call.addParameter("arrayOfarrayOfBigDecimal_1", xmlType, params.getClass(), ParameterMode.IN);
call.setReturnType(xmlType, params.getClass());
call.setTargetEndpointAddress(TARGET_ADDRESS);
return (BigDecimal[][])call.invoke(new Object[] { params });
}
public BigInteger bigIntegerTest(BigInteger param) throws Exception
{
Call call = service.createCall();