technical0@gmail.com Guest
|
Posted: Tue May 24, 2005 10:43 am Post subject: wsdl2java java2wsdl |
|
|
Hi,
I'm creating a webservice in which I'd like to have a method along the
lines of:
void f(Long l)
If I use the wsdl2java and java2wsdl Axis tools to create the stubs the
method gets automatically translated to:
void f(long l)
Which is not what I want.
The wdsl file contains the line:
<wsdl:part name="l" type="xsd:long"/>
for that method entry.
This also seems to happen with Boolean, but not with Integer etc etc.
Anyone have any idea how I can specify Longs and Booleans in the
webservice interface?
Thanks a lot.
T
|
|