wsdl2java java2wsdl

T

technical0

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top