newbie: how to send a long or a long[] parameter?

2003-06-23 Thread szhu
Hi, I have a web service method that takes a long and long[] as parameters, how do I pass those from the Call.invoke method? I know how to pass objects like String as parameters, how does the service know the difference between long and Long? To be more precise: call.addParameter( "f

newbie: how to send a long or a long[] parameter?

2003-06-23 Thread szhu
Hi, I have a web service method that takes a long and long[] as parameters, how do I pass those from the Call.invoke method? I know how to pass objects like String as parameters, how does the service know the difference between long and Long? To be more precise: call.addParameter( "f