tags:

views:

10

answers:

0

I'm writing some client wsdl code in java (jax-ws) but when I try to compile my code I get the following error:

cannot be applied to <java.lang.String>

but the WSDL it is listed as xsd:string

Any ideas on how to get around this issue?